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 Westi 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. Pits21

    Combining a xml/xsl to txt conversion

    Fantastic guys thank you so much.
  2. Pits21

    Combining a xml/xsl to txt conversion

    Fantastic thank you. I fixed up my output so it prints out the correct jokes as selected, but stills prints out the setup and punchline of other jokes. Can I use a <xsl: if !="category/crossing"> to not print out these bits or am I missing something?
  3. Pits21

    Combining a xml/xsl to txt conversion

    Hi, Iam having problems with combining a xml/xsl documents into a txt output. Code follows XML: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jokeList [ <!ELEMENT jokeList (joke)*> <!ELEMENT joke (setUp, punchLine)*> <!ELEMENT setUp (#PCDATA)> <!ELEMENT punchLine (#PCDATA)> <!ATTLIST joke...

Part and Inventory Search

Back
Top