Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainCouthures committed Feb 8, 2022
2 parents 15cced6 + 2aeb1f3 commit 4e9f60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/js/fleur.js
Original file line number Diff line number Diff line change
Expand Up @@ -14578,7 +14578,7 @@ Fleur.XQueryEngine[Fleur.XQueryX.attributeConstructor] = function(ctx, children,
} else {
attr.prefix = null;
}
attr.namespaceURI = elt.lookupNamespaceURI(attr.prefix);
attr.namespaceURI = elt.lookupNamespaceURI(attr.prefix) || ctx.env.nsresolver.lookupNamespaceURI(attr.prefix);
if (children[1][0] === Fleur.XQueryX.attributeValue) {
if (children[1][1].length !== 0) {
t = new Fleur.Text();
Expand Down

0 comments on commit 4e9f60b

Please sign in to comment.