How can I make entities Not expanded by XML::DOM
am 12.12.2006 17:28:59 von Rong HuHi,
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