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 TouchToneTommy 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: danylo13
  • Content: Threads
  • Order by date
  1. danylo13

    Adding formatting inside a paragraph

    Hi, my XML tree currently looks like this: <Header> <Body> <Text></Text> <Subheader> <Body> <Text></Text> </Body> </Subheader> </Body> </Header> I basically parse this XML file to display a html document which will have the form: Header // some text here...
  2. danylo13

    Is it proper to use css files in XSL?

    Hi, I'm just wondering if it is a proper practice to link css files to XSL files. For example, I want a special formatting class for my table. If so, how do you add it to the XSL file? Thanks.
  3. danylo13

    Looping through multiple elements

    Hi, I'm new to XML and what I have an XML document with the following strucure: <TOP> <Header> <Subheader> ... <Subheader> </Header> ... <Header> <Subheader> ... <Subheader> </Header> </TOP> What I'm trying to do is loop through each header and print out all the subheaders it has...

Part and Inventory Search

Back
Top