Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
core
_/_
xml-processing-instruction
| xml-processing-instruction |
|
|
|
-
warning
-
to be used carefully because semantics should COMPLETELY reside in the application -- otherwise we have violated the 'XML spirit'
-
Comment:
-
XML parser must hand this to the application -- may be interpreted there, or not
-
example
-
-
Comment:
-
used for stylesheet invocation, special instructions to the application
-
warning
-
is actually NO processing instruction -- it is completely handled by the parser, anyway
-
example
-
|
|
|