xsl-list
[Top] [All Lists]

Break Point in XML document: XPATH??

2003-01-06 12:12:36
Hi all,
I had earlier emailed regarding a break point in the an xml document. I need to transform the following document into another Xml document such that any tag below "break" should not be displayed.
 The XSLT transformation is such that I am having to do this from the
<xsl:template match= "elem1"> block. So my context or current node is <elem1>. How do I do it from here. I am having difficulty in writing the proper XPath exressions for this. Any help is greatly appreciated.
Thanks
Chandra

<root>
        <elem1>
            data1
        </elem1>


        <elem2>
          <selem2>
             data2
          </selem2>
        </elem2>

<!---Below this all should be removed except for root tag-->
        <elem2>
          <selem2>
             <ssubelem2>
               <sssubelem2 attr="break">break
               </sssubelem2>
             </ssubelem2>
          </selem2>
        </elem2>


        <elem2>
                  <selem2>
                     data2
                  </selem2>
        </elem2>

        <elem2>
                  <selem2>
                     data2
                  </selem2>
        </elem2>


</root>


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>