lenya/src/webapp/lenya/pubs/default/xslt simple2xhtml.xsl,1.5,1.6

"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/xslt
In directory erbium:/tmp/cvs-serv30476/src/webapp/lenya/pubs/default/xslt

Modified Files:
	simple2xhtml.xsl 
Log Message:
xopus does not seem to support xsl:import. replaced by xsl:include

xopus and bitflux now load.

Index: simple2xhtml.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xslt/simple2xhtml.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** simple2xhtml.xsl	14 May 2003 14:48:41 -0000	1.5
--- simple2xhtml.xsl	19 May 2003 13:59:40 -0000	1.6
***************
*** 16,21 ****
      exclude-result-prefixes="simple lenya"
      >
!     
! <xsl:import href="lenya-header.xsl"/>
  
          
--- 16,21 ----
      exclude-result-prefixes="simple lenya"
      >
! 
! <xsl:include href="lenya-header.xsl"/>