Hello Lin,
I think you need to be more clear about your question.
** What I think is if you use XSLT to search a node in
the XML file, because its linear seach its slow and
with X-Query too the situation is the same. What I read
somewhere was maintain a database instead of XML if the
data is too large, in that case data retreval is fast.
-> USE XSLT if you want to search a node in XML and as
Dian said, Find is also not a bad option to varify your
success.
-> If you are using C# and ASP.NET, then I am not sure but
in Java we use JAXP, and apply the XSLT on XML and same
this should be there in C# I am sure.
:: I think I am right !!