Christophe Marchand
2017-04-03 08:55:10 UTC
Hello !
I define parameters which can be typed, as in xslt :
<xsl:param name="..." as="..." value="..."/>
as is a QName, which can be noted as "xs:string"
Getting the @as value from XdmNode.getAttributeValue(), I want to
construct the QName, according to node's namespace context.
How can I get the namespace context from XdmNode ?
XdmNode.getUnderlyingNode().getNamespaceBinding(null) ?
Best regards,
Christophe
I define parameters which can be typed, as in xslt :
<xsl:param name="..." as="..." value="..."/>
as is a QName, which can be noted as "xs:string"
Getting the @as value from XdmNode.getAttributeValue(), I want to
construct the QName, according to node's namespace context.
How can I get the namespace context from XdmNode ?
XdmNode.getUnderlyingNode().getNamespaceBinding(null) ?
Best regards,
Christophe