This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mixed content searching



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>


Thanks for any help in advance.
Regards,
Tim



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]