![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Parsing Augmented XHTML to XHTML using XSL [Thread Next] Re: Parsing Augmented XHTML to XHTML using XSLTo: NULL Date: 3/21/2008 7:19:00 PM
The following seems to work for a start ...
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
>
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<html>
<xsl:apply-templates select="*"/>
</html>
</xsl:template>
<xsl:template match="*">
<xsl:copy-of select="*"/>
</xsl:template>
</xsl:stylesheet>
Thanks,
Aaron
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
