Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: keyword search using XSLT or MSXML

From: "Joe Fawcett" <joefawcett@---------.------>
To: NULL
Date: 1/30/2008 8:09:00 AM

"Vincent" <no@s...> wrote in message 
news:d70e39f9966b431b99bc598e6bfd8b54@n......
> Dear Sir,
>
> I need to do a Keyword search to filter my XML file, similiar as the SQL
> SELECT ... LIKE '%keyword%' function.
>
> How can I do this by using XSLT or the MSXML component?
>
> regards,
>
> Vincent
>
> url:http://www.ureader.com/gp/1629-1.aspx

You would have to show some of the XML you are intending to search but you 
can use contains as in:
<xsl:apply-templates select="item[contains(@name, $searchTerm)]" />

to process all the item elements whose name attribute contains the chosen 
text.

-- 

Joe Fawcett (MVP - XML)

http://joe.fawcett.name
 




transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent