Re: Cannot find the declaration[SOLVED]...

2007-05-10 Thread Brian Minchau
AM Subject Re: Cannot find the declara

Re: Cannot find the declaration[SOLVED]...

2007-05-10 Thread gilesP
context: http://www.nabble.com/Cannot-find-the-declaration...-tf3716003.html#a10408918 Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Re: Cannot find the declaration...

2007-05-10 Thread gilesP
ransform(new DOMSource(document), new StreamResult(sw)); System.out.print(sw.toString()); } catch (TransformerException tEx) { tEx.printStackTrace(); } } } -- View this message in context: http://www.nabble.com/Cannot-find-the-declaration...-tf3716003.html#a10408335 Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Re: Cannot find the declaration...

2007-05-09 Thread Brian Minchau
ubject Re: Cannot find the decla

Re: Cannot find the declaration...

2007-05-09 Thread gilesP
>> <[EMAIL PROTECTED] >> .co.uk> >> To >>

Re: Cannot find the declaration...

2007-05-09 Thread gilesP
cc > AM

Re: Cannot find the declaration...

2007-05-09 Thread gilesP
> > > gilesP <[EMAIL PROTECTED]> > 09/05/2007 10:13 AM > > To > xalan-j-users@xml.apache.org > cc > > Subject > Cannot find the declaration... > > > > > > > > Hi > > I am trying to integrate our web application with google-c

Re: Cannot find the declaration...

2007-05-09 Thread Brian Minchau
ache.org 05/09/2007 10:13 cc AM Subject

Re: Cannot find the declaration...

2007-05-09 Thread keshlam
1) Make sure you're building that DOM using the namespace-aware calls (createElementNS, createAttributeNS). I'm not sure, but you may also have to make sure you're explicitly creating the namespace declaration attributes. Old "level 1" non-namespace-aware DOM trees are rarely supported by modern n

Re: Cannot find the declaration...

2007-05-09 Thread Christine Li
Subject Cannot find the declaration... Hi I am trying to integrate our web application with google-checkout. We send them an xml version of our shopping cart but their server is responding with "Error parsing XML; message from parser is: cvc-elt.1: Cannot find the declaration of ele

Cannot find the declaration...

2007-05-09 Thread gilesP
Hi I am trying to integrate our web application with google-checkout. We send them an xml version of our shopping cart but their server is responding with "Error parsing XML; message from parser is: cvc-elt.1: Cannot find the declaration of element 'checkout-shopping-cart'&q