[
Lists Home |
Date Index |
Thread Index
]
Thanks Mike
Sorry, this is a red herring as it originally threw the
NullPointerException when the entity declaration was present. Here it is:
<!DOCTYPE stylesheet [
<!ENTITY copy "©">
<!-- copyright symbol -->
<!ENTITY nbsp " ">
<!-- non-breaking space -->
]>
Yvonne
--On 12 February 2004 08:09 -0700 Mike Fitzgerald <mikefz@wyeast.net> wrote:
> One untested idea: Firefox' XML parser doesn't like the undefined entity
> (©) on line 15. Perhaps there are others but I didn't see any.
> Options: define the entity in a doctype declaration or use a numeric
> character reference, that is © becomes © or just delete it and
> test. See if that works.
>
> Mike
>
> Yvonne Aburrow wrote:
>
>> Hi, my Apache FOP engine keeps throwing a NullPointerException every
>> time I try to transform an XML file using a particular XSL. (Files
>> are at <http://people.bath.ac.uk/ccsya/library/> and the offending XSL
>> is <http://people.bath.ac.uk/ccsya/library/libraryguides.xsl>.) I'm
>> using Java 1.4.2 and have checked it works with a previous XSL. I
>> tried validating it with the FO DTD offered by RenderX, but it was no
>> help (it threw an error at <xsl:stylesheet>). I'm using XMLSpy
>> version 5 rel 4.
>>
>> Any help would be much appreciated
>>
>> Yvonne
>>
>> **************************************************************
>> Yvonne Aburrow Web Developer 01225 38 6022
>> Computing Services University of Bath Y.Aburrow@bath.ac.uk
>> http://www.bath.ac.uk/bucs http://people.bath.ac.uk/ccsya
>>
>>
>>
>> -----------------------------------------------------------------
>> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>> initiative of OASIS <http://www.oasis-open.org>
>>
>> The list archives are at http://lists.xml.org/archives/xml-dev/
>>
>> To subscribe or unsubscribe from this list use the subscription
>> manager: <http://lists.xml.org/ob/adm.pl>
>>
>
Yvonne
**************************************************************
Yvonne Aburrow Web Developer 01225 38 6022
Computing Services University of Bath Y.Aburrow@bath.ac.uk
http://www.bath.ac.uk/bucs http://people.bath.ac.uk/ccsya
|