OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: end tag help



Why is it when using html stylesheets,  
I create a template that looks like:

         <xsl:element name="meta">
         		<xsl:attribute name="http-equiv">expires</xsl:attribute>
         		<xsl:attribute name="CONTENT">0</xsl:attribute>
         </xsl:element>

I would expect the output to look like this:

<meta http-equiv="expires" content="0"/>

But I get one that looks like:

<meta http-equiv="expires" content="0">

missing the trailing /

How do I get it to produce the missing /

Thanks

 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]