xsl-list
[Top] [All Lists]

identification of mixwd content

2002-12-04 02:49:23
Hello,

I am using saxon 7.0, and i am using XSLT 2.0 for doing identification, the
question is the following, imagine a data example like:
<root>
   <A>data1<B>content1</B>data2<A>
   <A>data2<B>content2</B>data1<A>
   <A>data1<B>content3</B>data2<A>
   <A>data2<B>content4</B>data1<A>
</root>

For example, and I want to identify A nodes by their child nodes, using text
I get just the first node and using current I get all text nodes:

   <xsl:for-each-group select = "child::ROOM" group-by = "???????">
     <xsl:call-template name = "TRS-PLACE-ROOM"/>
   </xsl:for-each-group>
Thanks,
I.Vera


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



<Prev in Thread] Current Thread [Next in Thread>
  • identification of mixwd content, Ignacio Vera <=