Thursday 15 August 2013

Deleting xml nodes using xslt -


Do anyone know how to copy only the first nodes in an XML file and the rest use XSLT? So says that I only want to copy the first 10 nodes and want to remove the remaining nodes of the remaining parent.

You should remove them from your results set, such as:

  & Lt ;! - Note that you have to encode 'more than' and 'at least characters - & gt; & Lt; Xsl: each selection = "parent / nodes [condition () & amp; lt; = 10]" & gt; ... & lt; / Xsl: each -G & gt;  

No comments:

Post a Comment