[Home] [By Thread] [By Date] [Recent Entries]
Hi, I have an xml file like below. <G>
<X>
<A>
<C>111</C>
<D>222</D>
</A>
<A>
<C>232</C>
<D>3232</D>
</A>
</X> <Y>
<B>
<C>232</C>
<E>777</E>
</B>
<B>
<C>111</C>
<E>000</E>
</B>
<B>
<C>232</C>
<E>777</E>
</B>
</Y>
</G>How do you write an xsl to get a text output like below? C D E ======================= 111 222 000 232 3232 777
_________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



