Hi Thomas,
I'm getting the xml document on redirecting to the following address
https://www.google.com/accounts/o8/id
The xml document is stored on this address, and while parsing the document
the
error occurs.
Papendieck, Thomas wrote:
>
> Hi,
>
> in your XML-Documet change //$xrd*($v*2.0)
kesh...@us.ibm.com wrote on 15/05/2012 02:57:58 PM:
> I sit corrected... though if you want the document to be
> interoperable with other XML tools, you should hew close to the
standard.
>
> BTW, I was just reminded that XML Namespaces 1.1 declared that
> namespace names should be IRIs, not ju
I sit corrected... though if you want the document to be interoperable
with other XML tools, you should hew close to the standard.
BTW, I was just reminded that XML Namespaces 1.1 declared that namespace
names should be IRIs, not just URIs. Of course how many tools tracked
that chance is an op
> Subject: Re: AW: Error Parsing xml document
>
> > in your XML-Documet change //$xrd*($v*2.0) to a valid URI
>
> Websearching for "URI RFC" will find the formal specification for
> URIs, including the grammar that defines what is and isn't legal;
> namesp
> in your XML-Documet change //$xrd*($v*2.0) to a valid URI
Websearching for "URI RFC" will find the formal specification for URIs,
including the grammar that defines what is and isn't legal; namespace
names must meet the syntactic constraints of URI References. You may have
to escape some char