* Sander Temme wrote: 

> I am working on some documentation for mod_ftp, and am using the
> httpd manual format.  I'm running into the following small problem: I
> would like to include HTML entities into the documents, like —
> ‘ and ’.  While XML documents containing these characters
> build fine, they make Firefox' parser crap out with an error like so:
>
> XML Parsing Error: undefined entity
> Location: file:///home/sctemme/asf/httpd/trunk/docs/manual/ftp/
> ftp_tls.xml
> Line Number 64, Column 6:
>
> 4217 &mdash; Securing FTP with TLS</a></seealso>
> -----^
>
> Any way I can define these entities?  Having Firefox barf on them
> makes it harder to proof the documents.

That's a firefox problem (doesn't use DTD files, which are not chrome'd).
If you're running the transformation, HTML entities are accepted.

nd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to