I'm having a hard time getting the root element from an xml string
I get the xml in a String format and need the rootelement
anyone know how to do this.
It should be something with making it into a Document and then retrieving the root element i think but i seem to be looking over it..
any...
what is the difference between using
<xsl:element name="tagname">
...
</xsl:element>
and
<tagname>
...
</tagname>
I ask this because i get different outputs from these usages.
help would be much appreciated [thumbsup2]
I'm trying to generate a namespace in the output xml that is different to the one i use in the xsl
example:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<xsl:output...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.