Xalan
From Fxp Wiki
Contents |
Question: How-to insert namespaces in the root element of a xalan:write output?
Explanation:
My xsl cuts a big xml document into parts. But I need to add my special namespaces in the troot of these little files. Unfortunately, xalan strips the namespaces from the output.
TRY 1)
with simply the text but I get an error.
TRY 2)
By adding element and attribute.
Refused by xalan
XalanXalan_WriteAnswerMe
Categories: Xsl | Xml | Java
