[XML-SIG] [ pyxml-Bugs-585610 ] <?xml ... ?> doesnt generate a pi
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jul 2002 13:45:28 -0700
Bugs item #585610, was opened at 2002-07-23 13:45
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=585610&group_id=6473
Category: xmlproc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Lars Marius Garshol (larsga)
Summary: <?xml ... ?> doesnt generate a pi
Initial Comment:
The <?xml ... ?> pi does not call handle_pi in xmlproc (it
calls another callback). However, the XML specification
clearly states that it is a pi, therefore handle_pi should
be called even if an event is sent to another callback.
XML spec 1.0:
" The PI begins with a target (PITarget) used to identify
the application to which the instruction is directed. The
target names "XML", "xml", and so on are reserved for
standardization in this or future versions of this
specification. The XML Notation mechanism may be
used for formal declaration of PI targets. Parameter entity
references are not recognized within processing
instructions."
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=585610&group_id=6473