Next in thread → Next in month →

Re: [xml-dev] Parsing URL attribute value

From
David Carlisle <>
To
Date
2002-12-05T13:44:58Z
ID
<>
Thread
Re: [xml-dev] Parsing URL attribute value
There are some way to disable entities subtitution inside the
	attribute values ?

No. Your input document is not well formed, so every XML parser will
complain.

Correct the input to

   <no id="3"
url="http://www.cnptia.embrapa.br/ConsConteudo.jsp?tituloResumido=filho3&amp;tituloArvore=titulo&amp;idConteudo=AC_FEFE_2_3122002162531"
/>

and it should all work fine.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
Next in thread → Next in month →