Menu

#4 ignoring processing instructions

v1.0_(example)
open
nobody
DTD Parsing (2)
2
2013-01-10
2001-08-31
Steve Hack
No

It looks like processing instructions are completely ignored when
processing the DTD.

# Processing instruction.
if ( m/^\s*<[?]([^?]|[?][^>])*[?]>\s*/o ) {
print STDERR place()."Warning: ignoring processing instruction $&.\n";
$_ = $';
}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.