|
Subject: [xsl] Saxon removes namespace in XHTML output From: M 1879 <m1879@xxxxxxxxxxxxx> Date: Mon, 21 Aug 2006 23:52:19 -0700 |
XHTML output:
------------------------
(XHTML namespace set up here on html element)
<h1>Bgp Object</h1>
<hr/>
<p>
<a href="object-index.htm">Back to Object Index</a>
</p>
<p>
<b>Description: </b>
</p>
<p xmlns="">Defines the characteristics...</p> <<<<----RESETS NAMESPACE
------------------------
stylesheet:<p><b>Description: </b></p> <xsl:apply-templates select="doctag_object/description" mode="multi-descr" />
<xsl:template match="description" mode="multi-descr">
<p><xsl:apply-templates /></p>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] problem of result returne, andrew welch | Thread | Re: [xsl] Saxon removes namespace i, David Carlisle |
| [xsl] problem of result returned by, corine amel zayanie | Date | RE: [xsl] Calling mutator java meth, Michael Kay |
| Month |