NamespaceIssues

Namespace Issues

We created our own Namespaceresolver-Object (bxe_NSResolver)

For resolving the prefixes in XPath, this first looks for namespace definitions in the HTML in metatags

<meta name="bxeNS" content="xhtml=http://www.w3.org/1999/xhtml"/>

this would map the prefix xhtml to the URI http://www.w3.org/1999/xhtml

and then it looks for namespace declarations in the XML Document, but only in the root element

Declaring namespaces in the html-document does not work

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.