|
-
Feb 10th, 2004, 01:33 PM
#1
Thread Starter
Lively Member
How do I filter records?
How do I filter certain records in my XSL?
Example:
- <BOOK>
<CODE>10001</CODE>
<TITLE>TEST TITLE</TITLE>
</BOOK>
- <BOOK>
<CODE>10002</CODE>
<TITLE>TEST TITLE2</TITLE>
</BOOK>
In my XSL:
<xsl:template match="/">
Then how do I just filter where Book code=10001 ?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|