Posted on 2007-02-14 11:00:07-08 by flobadob
passing parameters to filter?
Hello, I want to pass a parameter to my sax filter to only output a subtree of xml where I see a particular attribute value. For instance the xml looks like...
<clients> <client name="my client 1"> blah blah </client> <client name="my client 2"> blah blah blah </client> </clients>
So I want to pass "my client 2" to the filter. How can I do this?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.