H
Hubidubi
Hi,
I would like to generate XML (struts code) from XML with XSL
transformation. I run into problem when I wanted to use tags with
prefixes, like <html:text />.
I included namespace specification to the header:
<xsl:stylesheet version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:html="struts">
It works, but it also includes namespace information in every tag,
that's not perfect:
<html:text xmlns:html="struts">
ez a teszt
</html:text>
So how can I use the prefixes without the additional namespace
information in the output tags?
Thanks,
Hubidubi
I would like to generate XML (struts code) from XML with XSL
transformation. I run into problem when I wanted to use tags with
prefixes, like <html:text />.
I included namespace specification to the header:
<xsl:stylesheet version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:html="struts">
It works, but it also includes namespace information in every tag,
that's not perfect:
<html:text xmlns:html="struts">
ez a teszt
</html:text>
So how can I use the prefixes without the additional namespace
information in the output tags?
Thanks,
Hubidubi