lenya/src/webapp/lenya/pubs/default xopus.xmap,1.6,1.7
"Gregor J. Rothfuss" <[email protected]> Mon, 19 May 2003 15:59:43 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default
In directory erbium:/tmp/cvs-serv30476/src/webapp/lenya/pubs/default
Modified Files:
xopus.xmap
Log Message:
xopus does not seem to support xsl:import. replaced by xsl:include
xopus and bitflux now load.
Index: xopus.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xopus.xmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** xopus.xmap 13 May 2003 14:33:18 -0000 1.6
--- xopus.xmap 19 May 2003 13:59:40 -0000 1.7
***************
*** 35,40 ****
</map:match>
-->
! <map:match pattern="simple2html.xsl">
! <map:generate src="xslt/simple2html.xsl"/>
<map:serialize type="xml"/>
</map:match>
--- 35,44 ----
</map:match>
-->
! <map:match pattern="simple2xhtml.xsl">
! <map:generate src="xslt/simple2xhtml.xsl"/>
! <map:serialize type="xml"/>
! </map:match>
! <map:match pattern="lenya-header.xsl">
! <map:generate src="xslt/lenya-header.xsl"/>
<map:serialize type="xml"/>
</map:match>