|
|
Namespace IssuesWe 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 |