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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mdivk

  1. mdivk

    How to use xlst and xml to generate html

    Here is the xml file I generated from SQL, and the xslt I am using to transform it to html. XML: <Result> <_x0023_consultantview> <DocID>129</DocID> <Code>KS</Code> <Title>Acceptance</Title> <Ref>2002-6</Ref> <NextReviewDate>2009-03-01T00:00:00</NextReviewDate>...
  2. mdivk

    How to use xlst and xml to generate html

    Thank you for the replies. I am a newbie on xml but I am now getting a little bit more on this, I have been able to revise the xslt file and generate html output. My question is: How do I design my output? Anything I can do to "transform an existing html page into an xslt file"? Thanks lots.
  3. mdivk

    How to use xlst and xml to generate html

    Hello folks, I am very new to xml-related language, I have a dynamically generated xml file, I need to transform it to html, I have a sample xlst, but it is just not working, can anyone tell me how to do it? the xml file is as following: <Order> <d> <DocID>129</DocID>...

Part and Inventory Search

Back
Top