DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25222

XALAN processing fails, if you want to use the "document()" function and open a xhtml 
file, that has a dtd header:





------- Additional Comments From [EMAIL PROTECTED]  2004-02-16 17:26 -------
And I have a suggestion for a product enhancement concerning the first scenario 
(see attachment 02/12/04 10:55):

If the DTD header contains a external entity, e.g. 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

In this case, the entity must (should) not be opened by XALAN. It is only a XML 
definition, but as far as I know, this information is not used for XML 
transformation (that's what XALAN is used for). In my scenarios, the source XML 
file has not to be validated against the Doctype definition. But I can't get 
XALAN run, because my company uses a Proxy server for internet connection. If 
opening such external entities could be optional in XALAN, I could use it 
without deleting the DTD header in my sources.

Reply via email to