AM
Subject
Re: Cannot find the
declara
context:
http://www.nabble.com/Cannot-find-the-declaration...-tf3716003.html#a10408918
Sent from the Xalan - J - Users mailing list archive at Nabble.com.
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.
ubject
Re: Cannot find the decla
>> <[EMAIL PROTECTED]
>> .co.uk>
>> To
>>
cc
> AM
>
>
> 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
ache.org
05/09/2007 10:13 cc
AM
Subject
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
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
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
11 matches
Mail list logo