|
Posted by Rong Hu on December 12, 2006, 11:28 am
Please log in for more thread options
Hi,
I need entities stay unexpanded as something like ® for later use. I'm
using XML::DOM to parse the xml file.
I tried NoExpand option, but it doesn't work.
my $parser = new XML::DOM::Parser (NoExpand => 1);
Is there other ways to do so?
Thanks in advance,
Rong
|