Subject: searching the xml
From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
Date: Tue, 12 Jun 2001 15:44:15 -0000
|
Hi folks,
I have a search problem
xml
---
<ROOT>
<employee group="1">
<wing>Management</wing>
<emp>john</emp>
<emp>arnold</emp>
</employee>
<employee group="2">
<wing>Marketing</wing>
<emp>kathy</emp>
<emp>robert</emp>
</employee>
<employee group="3">
<wing>Production</wing>
<emp>jones</emp>
<emp>scot</emp>
</employee>
</ROOT>
and now my problem is if i pass a stylesheet parameter like this
scott,john
then my resulting xml file should be
<ROOT>
<employee group="1">
<wing>Management</wing>
<emp>john</emp>
</employee>
<employee group="3">
<wing>Production</wing>
<emp>scot</emp>
</employee>
</ROOT>
can anybody suggest me the best way to do this......
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- searching the xml
- Earl Spencer - Tue, 12 Jun 2001 11:42:07 -0400 (EDT) <=
- <Possible follow-ups>
- Ben Robb - Tue, 12 Jun 2001 12:01:14 -0400 (EDT)
- Earl Spencer - Tue, 12 Jun 2001 12:43:55 -0400 (EDT)
- Rene de Vries - Wed, 13 Jun 2001 10:19:40 -0400 (EDT)
|
|