[Home] [By Thread] [By Date] [Recent Entries]
Hi,
Just match on the head/pb and head/anchor and do not generate any output for them: <xsl:template match="head">
<h1><xsl:apply-templates/></h1>
</xsl:template>
<xsl:template match="sCap|person">
<span class="{name()}"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="anchor">
<a name="{@id}"><xsl:apply-templates/></a>
</xsl:template><xsl:template match="head/anchor|head/pb"/> Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com J. S. Rawat wrote: Can anyone help me to get the desire output!!! I want all the text/following element except <pb> and <anchor> within <h1>
|

Cart



