XML Entities in assertions
Neil Stansbury <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi All, I just wondered if anyone could clarify how best to handle the following: <rdf:li rdf:resource="http://host.domain.com/b&b/page.php?ab=1&cd=2"/> There are two entities in that URI one that must be escaped and one that mustn't, and they both have to be escaped when in an RDF statement. Is there an xpcom mechanism for handling/unescaping entities in URI's? Cheers, Neil