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!

Display Data using stylesheet and hr:Data root node

Status
Not open for further replies.

CulpritCZ

IS-IT--Management
Oct 31, 2002
4
CZ
Hi,
I have this problem, I would like to show data from XML file which contains something this:
Code:
<hr:Data>
  <Section>
    <Section>Name of Section</Section>
    <Number>99999999</Name>
    <Description>Some description</Description>
  </Section>
</hr:Data>
How can I display data using stylesheet?
I have problem do describe the root element of XML file.
Could you show me example ho to display this data?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top