Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-09-03 Thread Jacopo Cappellato
It is now fixed in rev. 810857 Jacopo On Sep 1, 2009, at 8:19 AM, Ashish Vijaywargiya wrote: The code uses makeEmptyXmlDocument() method of UtilXml.java file. The default value of namespace aware is kept commented - which is good in case of Google Base. // factory.setNamespaceAware(true);

Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Ashish Vijaywargiya
The code uses makeEmptyXmlDocument() method of UtilXml.java file. The default value of namespace aware is kept commented - which is good in case of Google Base. // factory.setNamespaceAware(true); If I remove Xalan*.jar then Google Base code works fine. I am exploring the root cause of this proble

Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Hans Bakker
Hi Ashish i had a quick look at the code but could not find any xalan dependable code thereIt uses however UtilXml.java. This file you should scan with the string: setNamespaceAware(true) and see what is used within the google base component. Regards, Hans On Tue, 2009-09-01 at 10:39 +0530

Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Ashish Vijaywargiya
Thanks Hans for your comment on this - I will explore it and will get back to you if needed. Rest comments Inline: -- Ashish On Tue, Sep 1, 2009 at 5:15 AM, Hans Bakker wrote: > Hi Ashish, > > xalan is required for the generation of html documents from the xml/xsl > combination files. > > It cou

Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Hans Bakker
Hi Ashish, xalan is required for the generation of html documents from the xml/xsl combination files. It could be that that the xalan overrides the xercess libraries. with xalan you can set the namespace awareness the following way: SAXParserFactory pfactory= SAXParserFactory.newInstance();

Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Ashish Vijaywargiya
Hello Hans, I am working on Google Base. The code was working fine till revision r808332. But it stopped working after your commit r808410 (Big one in which you have added docbook related things) The reason is the addition of xalan-2.7.1.jar