This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: !DOCTYPE element in xsl


http://zvon.org/xxl/XSLTreference/Output/index.html

examples for:

element: output
attributes: doctype-system, doctype-public

"Matthias O. Will" wrote:
> 
> Hi,
> 
> I am using
> 
> <xsl:variable
> name="url">http://www.dlmeta.de/dlmeta/2000/DLmeta.html</xsl:varia
> ble>
> <xsl:value-of disable-output-escaping="yes" select="concat('&lt;!DOCTYPE
> BWDLmet
> a SYSTEM &quot;', $url, '&quot;&gt; &#10; &#10;')"/>
> 
> to have
> 
> <!DOCTYPE BWDLmeta SYSTEM
> "http://www.dlmeta.de/dlmeta/2000/DLmeta.html">
> 
> in my xml output, but this is kind of awkward. Isn't it possible to
> achieve the same thing by using xsl:output and, if yes, how?
> 
> Thanks for your help, as always,
> Matt
> --
>

-- 
******************************************
<firstName> Miloslav </firstName>    
<surname>   Nic      </surname>     

<mail>    nicmila@idoox.com    </mail>   
<support> http://www.zvon.org  </support>
<zvonMailingList> 
    http://www.zvon.org/index.php?nav_id=4 
</zvonMailingList>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]