[
Lists Home |
Date Index |
Thread Index
]
Hi Yvonne,
> I tried
> validating it with the FO DTD offered by RenderX, but it was no help (it
> threw an error at <xsl:stylesheet>).
The validation of a stylesheet is performed in general by an XSLT processor.
For instance in a JAXP based environment you can try to create a Transformer
object from that stylesheet. Your XSL file is not even wellformed:
SystemID: http://people.bath.ac.uk/ccsya/library/libraryguides.xsl
Location: 15:1
Description: F The entity "copy" was referenced, but not declared.
Line 15: <fo:block padding-before="0.5in" space-start="0.5in"
padding-start="0.75in">© 2004 Library and Learning Centre, University
of Bath</fo:block>
Try replacing © with ©
However such questions are better asked on the xsl list
http://www.mulberrytech.com/xsl/xsl-list or on the support channels of the
specific tools you are using.
Hope that helps,
George
-------------------------------------------------------------
George Cristian Bina mailto:george@oxygenxml.com
<oXygen/> XML Editor - http://www.oxygenxml.com/
|