Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Cruisy
  • Content: Threads
  • Order by date
  1. Cruisy

    from an xml String to the xml root element

    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...
  2. Cruisy

    difference between xsl:element and..

    what is the difference between using <xsl:element name=&quot;tagname&quot;> ... </xsl:element> and <tagname> ... </tagname> I ask this because i get different outputs from these usages. help would be much appreciated [thumbsup2]
  3. Cruisy

    generate a namespace

    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=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:xsd=&quot;http://www.w3.org/1999/XMLSchema&quot;> <xsl:output...

Part and Inventory Search

Back
Top