![]() |
|
xmlparser |
Longname: | xmlparser | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Released: | 7.60 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created: | 7.60 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also: | fdpref |
Summary |
Sets XML parser preferences. A control keyword used with fdpref. |
Example (n/a) |
No example is available for this feature. |
Syntax
|
This syntax has been reviewed by DocMedia team, proofing is required by Programmers team.
|
parser:n |
Which XML Parser to use
|
saveerr:n |
Save XML Parser errors with document
|
strictxp:n |
UNUSED - (stores last setting of the XPath Compliance flag) 'xpvar' = Allow 3B2 variables
|
xpvar:n |
Allow 3B2 variables in XPath
|
xptest:n |
Allow 3B2 node tests in XPath
|
funcg:n |
Add 3B2 XPath Functions to global namespace
|
funcx:n |
Add 3B2 XPath Functions to x3b2 namespace
|
ignxmldec:n |
Ignore missing XML declaration
|
ignentref:n |
Ignore undefined entity references
|
xpxptr:n |
Allow XPointer functions in XPath, from version 8.12 this option has been deprecated, and is no longer supported.
|
intdtd:n |
Validate against internal DTD
|
nsres:n |
Namespace resolution
|
expentref:n |
Expand/replace entity references
|
expentrefin:n |
Expand/replace entity references in:
|
expxinc:n |
Expand xinclude elements
|
keep_tree:n |
Legacy behaviour switch for backward compatibility, prior to version 8.07g 3B2 used to try and keep what it could of the XML tree even if it was not well formed, this option enables your to keep this behaviour.
|
linkext:n |
Create link to external files. Prior to version 8.12j, if libxml needed to read an external file, for example a DTD or an XInclude file, it would automatically create a link to the file in the document. As this is not always desirable, an option has been added to tdpref to prevent the link from being created. The file will still be accessed in the same way as before, instead it will just no longer be attached to the document.
|
loadextent:n |
Load external entity references
|
Document created on 15-Apr-2003, last reviewed on 16-Dec-2004 (revision 2)