Norm, the reason that the transform was failing with Crimson is because we
were getting null from the Attributes#getValue call, which I suspect is
caused by Crimson returning null from a Crimson DOM node getValue in one of
your extensions.  For now I just added a check for null and turned it into
"", which allows the transform to run OK with Crimson.

-scott




                                                                                       
                            
                    Norman Walsh                                                       
                            
                    <[EMAIL PROTECTED]        To:     [EMAIL PROTECTED]                  
                            
                    om>                  cc:                                           
                            
                                         Subject:     Re: Fixed and another 'nother 
question                       
                    07/13/01                                                           
                            
                    04:31 PM                                                           
                            
                                                                                       
                            
                                                                                       
                            




| Note that I am *not* getting the entity warnings that I saw you get on
the
| command line.  I seem to remember now that these only happen if you are
| using Crimson.  I wonder if you are using Crimson, even if you don't
| realize it?
|
| Can you please try adding -Djavax.xml.parsers.DocumentBuilderFactory
| ="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
| -Djavax.xml.parsers.SAXParserFactory
| ="org.apache.xerces.jaxp.SAXParserFactoryImpl" to your command line to
see
| what happens?

That fixes the problem. Thank you! Next, I have to figure out why, but
not today...

                                        Be seeing you,
                                          norm

--
Norman Walsh <[EMAIL PROTECTED]> | The common excuse of those who bring
http://nwalsh.com/            | misfortune on others is that they
                              | desire their good.--Vauvenargues




Reply via email to