[Home] [By Thread] [By Date] [Recent Entries]
Hi all, I just subscribed a few minutes ago. I'd like to get some help on or probably some sample code that can do the following for me. The given XML file has mixed contents data such as <doc>hello <name>Tom</name>. i am <name>Sue</name>. cheers</doc> Q1) how do I write grep.xsl to meet the following commands H:> saxon example.xml grep.xsl target=Tom Tom H:> saxon example.xml grep.xsl target=am .... i am ... H:> saxon example.xml grep.xsl target=he hello ... .... cheers Q2) How do I write grep2.xsl to meet the following commands H:> saxon example.xml grep2.xsl target=Tom <doc>hello <name class="matched">Tom</name>. i am <name>Sue</name>. cheers</doc> H:> saxon example.xml grep2.xsl target=am <doc class="matched">hello <name>Tom</name>. i am <name>Sue</name>. cheers</doc> H:> saxon example.xml grep2.xsl target=he <doc class="matched">hello <name>Tom</name>. i am <name>Sue</name>. cheers</doc>
_________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



