RE: ouml was referenced but not declared

    >Hi!
    >
    >I use test.xml and test.xsl to produce a pdf. Within xml it's:
    >...
    ><Text>
    >bla &amp; bla f&ouml;r bla
    ></Text>
    >...
    >
    >Error message:
    >; SystemID: file:///test.xml Line#: ...
    >javax.xml.transform.TransformerException: The entity "ouml" was 
    >referenced, but not declared.

    
    &amp; (among some others) is 'built into' XML. All other 
    entities must be defined.

Or use character references, &#x1234; i.e. direct Unicode
references for the character instead of its name.


HTH DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk

Received on Wednesday, 20 April 2005 11:32:36 UTC