[add] fn completion

This commit is contained in:
Andy Bunce 2025-10-11 15:50:06 +01:00
parent 9894581d19
commit 24082ad97b
15 changed files with 123 additions and 56 deletions

File diff suppressed because it is too large Load diff

View file

@ -308,6 +308,8 @@ public class xq4
{
try
{
Atts atts = new Atts();
atts.add(Token.token("b"), Token.token(pe.getBegin() + 1));
builder.openElem(Token.token(name), atts, nsp);
}
catch (IOException e)