![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi to all, We have a large XML file (1.5 mb) from which we need to extract on a small xml fragment. Is it possible to this with XSLT? I am using C# and .Net (1.1) Sham. |
#3
| |||
| |||
|
|
We have a large XML file (1.5 mb) from which we need to extract on a small xml fragment. Is it possible to this with XSLT? I am using C# and .Net (1.1) |
#4
| |||
| |||
|
| sham wrote: We have a large XML file (1.5 mb) from which we need to extract on a small xml fragment. Is it possible to this with XSLT? I am using C# and .Net (1.1) XmlTextReader might suffice for your task and contrary to XSLT will not build a tree model of the complete document in memory. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ |
#5
| |||
| |||
|
|
We are currently using the MultiXMLTextWriter which spits out a number of XML files using an XSLT file. This works fine. We now have another XML file (1.5 mb) and were wondering if we can use the above to find the xml fragments that we need. Would this be possible? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |