Bugs item #424700, was opened at 2001-05-16 17:01
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=373747&aid=424700&group_id=21935
Category: DocBook XSL
Group: DocBook V4
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Carlos Araya (elrond25)
>Assigned to: Norman Walsh (nwalsh)
Summary: Problems with Stylesheets V1.29
Initial Comment:
I am using docbook XML 4.1.2 and the XSL Stylesheets v
1.29 on a Rdhat 7.0 system with JDK 1.2.2. I'm posting
here first becuase I don't know if it's a XSL
stylesheet bug or a Xalan bug
When I try to create a PDF or a single HTML document, I
get the error below
[elrond@... elrond]$ java
org.apache.xalan.xslt.Process -in sf-story.xml -
xsl http://153.18.234.2/~elrond/xsl2/fo/docbook.xsl
-out stories.fo
Error
java.net.UnknownHostException: home: home
XSLT Error (javax.xml.transform.TransformerException):
java.net.UnknownHostException: home
When I try to create a set of chunks from the document,
I get the following error:
[elrond@... elrond]$ java
org.apache.xalan.xslt.Process -in sf-story.xml -
xsl http://153.18.234.2/~elrond/xsl2/html/chunk.xsl
-out stories.fo
Error at saxon:output on line 57 of
http://153.18.234.2/~elrond/xsl2/html/chunk.
xsl:
Attribute file is not allowed on this element
Error at saxon:output on line 57 of
http://153.18.234.2/~elrond/xsl2/html/chunk.
xsl:
Element must have a "href" attribute
XSLT Error
(javax.xml.transform.TransformerConfigurationException):
Failed to compile stylesheet. 2 errors detected.
----------------------------------------------------------------------
>Comment By: Norman Walsh (nwalsh)
Date: 2001-07-04 04:12
Message:
Logged In: YES
user_id=81663
Closed. No reply.
----------------------------------------------------------------------
Comment By: Norman Walsh (nwalsh)
Date: 2001-06-14 17:55
Message:
Logged In: YES
user_id=81663
What version of Xalan are you using? And does this problem
still occur with later versions of the stylesheets?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=373747&aid=424700&group_id=21935
|