How can I make entities Not expanded by XML::DOM

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
Rong Hu [ Di, 12 Dezember 2006 17:28 ] [ ID #1565923 ]
Perl » comp.lang.perl.modules » How can I make entities Not expanded by XML::DOM

Vorheriges Thema: PerlMagick - Annotate - no fonts
Nächstes Thema: Accomodate for poor db design using Sort::Maker?