Jump to content

iwerks

Newbies
  • Posts

    1
  • Joined

  • Last visited

iwerks's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. iwerks

    XSL output

    Greetings all I have the follow example of xml file: <?xml version="1.0"?> <store> <book> <title>The Fall</title> <authorName>Wayne</authorname> </book> <book> <title>Mysterious Ways</title> <authorName>Stephen Gerard</authorname> </book> <book> <title>Inside XSLT</title> <authorName>David Ross</authorname> </book> <book> <title>Legends of Olf the Wizard </title> <authorName>P.Jerry</authorname> </book> </store> ..the question is, how can i use the XSL to output only the contents (that is, the title and authorname) for book titles Mysterious Ways and Inside XSL, without display the first and the last book titles in the XML file? Is this possible? Thanks in advance.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.