lenya/src/webapp/lenya/pubs/default/xslt/authoring xopus2-simple.xsl,1.1,1.2
"Gregor J. Rothfuss" <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/xslt/authoring
In directory erbium:/tmp/cvs-serv28155/src/webapp/lenya/pubs/default/xslt/authoring
Modified Files:
xopus2-simple.xsl
Log Message:
menu for default publication, xopus work
moved more stuff to root sitemap
Index: xopus2-simple.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xslt/authoring/xopus2-simple.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xopus2-simple.xsl 30 Apr 2003 09:43:39 -0000 1.1
--- xopus2-simple.xsl 10 May 2003 15:43:25 -0000 1.2
***************
*** 7,13 ****
<xsl:param name="articleid"/>
! <xsl:include href="../../../xslt/xopus/root.xsl"/>
!
! <xsl:import href="cmsbody.xsl"/>
<xsl:template match="simple-document">
--- 7,12 ----
<xsl:param name="articleid"/>
! <!--
! <xsl:include href="../../../xslt/xopus/root.xsl"/> -->
<xsl:template match="simple-document">
***************
*** 19,23 ****
<pipeline xml="/{$articleid}.xml" xsd="/simple-document.xsd">
<view id="defaultView" default="true">
! <transform xsl="/nitf-to-html.xsl"></transform>
</view>
<view id="treeView">
--- 18,22 ----
<pipeline xml="/{$articleid}.xml" xsd="/simple-document.xsd">
<view id="defaultView" default="true">
! <transform xsl="/simple2html.xsl"></transform>
</view>
<view id="treeView">