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 gkittelson 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. pr33tz

    XML to XSLT

    This is the XML file. It shows the data but it's all over the place, not like it should be as in the pic in my previous post. <QLxEnvelope xmlns='URN:pr33tz.com:ENVELOPE'> <CompanyCode>PR33TZ</CompanyCode> <UserCode>DAB</UserCode> <LedgerCode>PL1</LedgerCode>...
  2. pr33tz

    XML to XSLT

    Click here for pic: http://img301.imageshack.us/my.php?image=layout0iy.jpg
  3. pr33tz

    XML to XSLT

    Hi, Thanks for the reply. I modified my XSL according to above but still no joy. The XSL file below is what i have and the pic shows how i want it to be displayed. Any ideas? XSL file: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
  4. pr33tz

    XML to XSLT

    Hi all, I've been working on a little XML to XSLT project (i'm new to it so i'm experimenting) and have come across a problem which is frustrating me. I have an XML file in the form of: XML file: <Orders> <Order> <Name> <Address> <TelNo> <OrderTotal> <Item> <SuppCode>...

Part and Inventory Search

Back
Top