Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
XML
How to pull the namespaces to the serailized XML Fragment using Xalan-C++ API
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Joseph Kesselman, post: 2024177"] Namespace declarations either have to be copied across explicitly, or you have to use a serializer that perfoms namespace fixup, or both. Xalan's stylesheet code does the former when "namespace nodes" are copied, and its serializer does the latter when necessary. If you're wrapping different code around the XPath calls, it's your responsibility to make sure the right things happen. Borrowing Xalan's serializer might be the simplest solution. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
XML
How to pull the namespaces to the serailized XML Fragment using Xalan-C++ API
Top