|
Subject: [xsl] Same TAG name ? From: longjohn <longjohn@xxxxxxxxxxxx> Date: Thu, 23 May 2002 16:49:17 +0200 |
Hi to all!
I' ve got a DOM like the follow one:
<root>
<BOOK>
<TITLE>
.....
</TITLE>
<CLICCABLE>
....
</CLICCABLE>
<AUTHOR>
<NAME>....</NAME>
<CLICCABLE>...</CLICCABLE>
</AUTHOR>
</BOOK>
.....
.....
</root>
..... <xsl:apply-templates select="BOOK"/> .....
<xsl:template match="BOOK">
<xsl:apply-templates select="AUTHOR"/>
...........
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xsl and <Div> tags - urge, Aparna Konduri | Thread | Re: [xsl] Same TAG name ?, Oleg Tkachenko |
| [xsl] xsl and <Div> tags - urgent p, Aparna Konduri | Date | [xsl] RE: append-pad, Nate Austin |
| Month |