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 Chriss Miller 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: *

  1. mooksbc

    XSLT with unknown node names

    Thanks again! Excellent work.
  2. mooksbc

    XSLT with unknown node names

    Perfect. Thankyou! One last thing ... can I reference the full path of the node ie i'd like the output in one of the columns to be FormData/fieldgroup/fieldname
  3. mooksbc

    XSLT with unknown node names

    <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <xsl:for-each select="FormData/*"> <h1><xsl:value-of select="name()"/></h1> <table> <xsl:for-each select="FormData/*/*"> <tr> <td><xsl:value-of...
  4. mooksbc

    XSLT with unknown node names

    No joy yet. Can you expand on this?
  5. mooksbc

    XSLT with unknown node names

    I have XML files in the following format <FormData> <fieldgroup1> <field1>data</field1> <field2>data<field2> </fielggroup1> <fieldgroupXX> <field1>data</field1> <field2>data<field2> </fielggroupXX> ... </FormData> I dont know the names of the fieldgroups or fields...

Part and Inventory Search

Back
Top