Re: Ignoring ampersand(&) as a special character in xml

2005-09-06 Thread Chris
Chris wrote: > Thierry Lam wrote: > >> Let's say I have the following xml tag: >> >> a & b >> >> Currently, an xml parser will treat & as a special character. Does >> anyone know the special characters to use around the ampersand so that >> the xml parser can treat "a & b" as a whole value? >> >>

Re: Ignoring ampersand(&) as a special character in xml

2005-09-06 Thread Chris
Thierry Lam wrote: > Let's say I have the following xml tag: > > a & b > > Currently, an xml parser will treat & as a special character. Does > anyone know the special characters to use around the ampersand so that > the xml parser can treat "a & b" as a whole value? > > Thanks > Thierry > Si