Default location of docbook-xsl on linux and mac.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@280491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
crossley 2005-09-13 04:21:07 +00:00
parent f3db158680
commit 32edb6bbe5

View File

@ -6,9 +6,10 @@
<map:generate src="{project:content.xdocs}/{1}/resolver-{2}.xml"/> <map:generate src="{project:content.xdocs}/{1}/resolver-{2}.xml"/>
<!-- Wild assumption about the location of DocBook stylesheets. <!-- Wild assumption about the location of DocBook stylesheets.
Edit to suit your system. Edit to suit your system.
<map:transform src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/>
<map:transform src="file:///opt/local/share/xsl/docbook-xsl/xhtml/docbook.xsl"/>
--> -->
<map:transform <map:transform src="file:///opt/local/share/xsl/docbook-xsl/xhtml/docbook.xsl"/>
src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/>
<map:serialize/> <map:serialize/>
</map:match> </map:match>
</map:pipeline> </map:pipeline>