Scott,

No, I wanted to note the change to the list and get feedback
before I classified it as a bug. This could easily be done if
you think it should be.

I also noticed another difference from 2.4. In some of my test documents

I created with my XML editor, I only have the stylesheet PI without a
XML
PI. i.e.

<?xml-stylesheet type="text/xsl" version="1.0" encoding="UTF-8"?>
<XMLCode>
</XMLCode>

This is a common artifact created by the editor. After the upgrade to
2.4.1, I noticed that Xalan was complaining about invalid text in the
preamble. I changed the document to correctly have the XML
PI as in
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" version="1.0" encoding="UTF-8"?>
<XMLCode>
</XMLCode>

and it worked. I figured that Xalan is now being more strict so I did
not
bring it up, but again it breaks the previous implementation.

Regards
John G

[EMAIL PROTECTED] wrote:

> John Gentilin <[EMAIL PROTECTED]> wrote:
> > When using the StreamSource(String p0) method, Xalan
> > does not seem to support absolute path information now.
> > This is different since CVS from a month ago.
>
> Hi John.  Is there a bugzilla report on this?
>
> -scott

--
--------------------------------------
John Gentilin
Eye Catching Solutions Inc.
18314 Carlwyn Drive
Castro Valley CA 94546

    Contact Info
[EMAIL PROTECTED]
Ca Office 1-510-881-4821
NJ Office 1-732-422-4917



Reply via email to