Forgive me if I dont understand what you mean... could you explain that? I need to perform a search in a 500 Mb large xml file from a asp.net web page.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.