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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] NullPointerException

[ 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">&copy; 2004 Library and Learning Centre,  University
of Bath</fo:block>

Try replacing &copy; with &#169;

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/





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS