Re: libexpat & URIs

Karl Waclawek <[email protected]> Wed, 09 Jun 2010 16:19:50 -0400
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------020609050704060208070201
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

On 09/06/2010 3:14 PM, Emden R. Gansner wrote:
> Is there a setting or some technique to get libexpat to accept the
> ampersand character within an attribute value? For example, I would like it
> to parse
> 
>   <A HREF="http://abc.com/wiki/index.php?title=BrokenLink&action=edit">
> 
> Thanks.

That is not well-formed XML, which means, it is not XML.
XHTML does not allow this either, as it is XML.
See http://www.w3.org/TR/xhtml1/#C_12

Karl

--------------020609050704060208070201
Content-Type: text/x-vcard; charset=utf-8;
 name="karl.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="karl.vcf"

begin:vcard
fn:Karl Waclawek
n:Waclawek;Karl
email;internet:[email protected]
title:Solution Architect
tel;home:905-579-3443
tel;cell:289-600-6678
version:2.1
end:vcard


--------------020609050704060208070201
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Expat-discuss mailing list
[email protected]
http://mail.libexpat.org/mailman/listinfo/expat-discuss

--------------020609050704060208070201--