OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: trademark tag not rendered correctly in javahelp


/ "Bob Stayton" <bobs@sagehill.net> was heard to say:
| Hi Paul,
| I'll be you a nickel that your ant task is running the built-in Xalan
| instead of Saxon, despite what you ask for in your classpath.  I don't know
| enough about ant to debug it, though.

I use a hammer.

    <java classname="com.icl.saxon.StyleSheet"
          fork="true"
          failonerror="true">
      <classpath refid="xslt.classpath"/>
      <sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
	           value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
      <sysproperty key="javax.xml.parsers.SAXParserFactory"
                   value="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
      <sysproperty key="javax.xml.transform.TransformerFactory"
                   value="com.icl.saxon.TransformerFactoryImpl"/>
      <arg value="-x"/>
      <arg value="org.apache.xml.resolver.tools.ResolvingXMLReader"/>
      <arg value="-y"/>
      <arg value="org.apache.xml.resolver.tools.ResolvingXMLReader"/>
      <arg value="-r"/>
      <arg value="org.apache.xml.resolver.tools.CatalogResolver"/>
      <arg value="-o"/>
      <arg value="${build.docs.dir}/jpegrdf.html"/>
      <arg value="${docs.dir}/jpegrdf.xml"/>
      <arg value="/sourceforge/docbook/xsl/html/docbook.xsl"/>
    </java>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Knowledge is of two kinds. We know
http://www.oasis-open.org/docbook/ | a subject ourselves, or we know
Chair, DocBook Technical Committee | where we can find information on
                                   | it.--Samuel Johnson

PGP signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]