RE: SGML output from XSL?

Subject: RE: SGML output from XSL?
From: "Borden, Jonathan" <jborden@xxxxxxxxxxxx>
Date: Wed, 3 Feb 1999 00:39:16 -0500
 If
> xsl:template would be CDATA then I could potentialy tranform XML into
> anything which is text based.
> for the XML->SGML transform I would have:
> <xsl:stylesheet
>   xmlns:xsl="http://www.w3.org/TR/WD-xsl";
>   xmlns="http://....ATA specs URL..."
>   result-ns="">
>   .....
> <xsl:template match="BODY">
>   <tbody> <--- this element is defined as <!ELEMENT tbody - o
> (colspec*,row+)>
>    <xsl:apply-templates/>
> </xsl:template>
>   .....
> </xsl:stylesheet>
>
> </Comment>
>
> Am I wrong?

XSL can output HTML because HTML can be made well-formed. XSL always creates
well-formed documents.

Jonathan Borden
http://jabr.ne.mediaone.net



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


Current Thread