A
arne
Hi
My script user XMl::TreeBuilder (so, XML:arser:Expat)), and I have an
issue with character references)
when ->as_XML() output's XML, special characters are encoded as &#...;
(where ... is numeric value).
My receiving php parser handles this fine.
when the receiving parser in perl (also Expat) wants to parse them, those
characters are messed up. (tried many encoding="").
is there a known issue or have I forgotten something? doesn't Expat know
how to parse those character references?
thx
Arne
My script user XMl::TreeBuilder (so, XML:arser:Expat)), and I have an
issue with character references)
when ->as_XML() output's XML, special characters are encoded as &#...;
(where ... is numeric value).
My receiving php parser handles this fine.
when the receiving parser in perl (also Expat) wants to parse them, those
characters are messed up. (tried many encoding="").
is there a known issue or have I forgotten something? doesn't Expat know
how to parse those character references?
thx
Arne