lenya/src/webapp/lenya/pubs/default/xslt simple2xhtml.xsl,1.2,1.3
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/xslt
In directory erbium:/tmp/cvs-serv30373/src/webapp/lenya/pubs/default/xslt
Modified Files:
simple2xhtml.xsl
Log Message:
added namespace for root matcher <apply-templates>
Index: simple2xhtml.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xslt/simple2xhtml.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** simple2xhtml.xsl 5 May 2003 18:15:10 -0000 1.2
--- simple2xhtml.xsl 8 May 2003 10:59:56 -0000 1.3
***************
*** 19,23 ****
<xsl:template match="/">
<div id="body">
! <xsl:apply-templates select="simple-document/body/node()"/>
</div>
</xsl:template>
--- 19,23 ----
<xsl:template match="/">
<div id="body">
! <xsl:apply-templates select="simple:simple-document/simple:body/node()"/>
</div>
</xsl:template>
***************
*** 67,71 ****
! <xsl:template match="itemizedlist">
<li><xsl:apply-templates/></li>
</xsl:template>
--- 67,71 ----
! <xsl:template match="simple:itemizedlist">
<li><xsl:apply-templates/></li>
</xsl:template>