pkgsrc/textproc/sablotron/PLIST

218 lines
12 KiB
Text
Raw Normal View History

2009-06-14 20:17:11 +02:00
@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:17:31 joerg Exp $
bin/sabcmd
Updated sablotron to 1.0 Changes: Version 1.0 August 8, 2003 --------------- - two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and SAB_NO_EXTERNAL_ENTITIES (0x80) added - nested xsl:attribute reported as error - > is always escaped to prevent problems with CDATA end - new configurable set of makefiles for Windows MSVC++ has been created to replace existing Makefile.nt file [by Rosimildo daSilva, patch by Bob Kline] - fixed a type comparison failing on arm, powerpc and s390 [reported by Debian maintainers] - fixed a bug of default NS in imported/included templates - fixed a segfault in keys defined on empty nodes [reported by Simon Spanihel] - minor changes to compile under QNX 6.2 [patch by Adrian Weiler] - fixed a bug of nested imports [reported by Dave Brooks] - fixed a bug of UTF-16 encoded files on Win [reported by Andrey Sokolov] - fixed a bug of defenition check in shandler.h for Borland compilers [reported by Vladimir Lukianov] - fixed a bug of crashing sorting on Windows - fixed a bug of crashing key() on RTF [reported by Valeriy Ovechkin] - solved the issue of too many files open with exsl:document - fixed a bug of casting of 64-bit pointers to (int) [patch by Steve Crockett] - fixed a bug absolute paths starting with a drive letter on Windows (unsupported scheme is reported) - fixed a bug of SDOM_DestroyDocument Version 0.98 April 7, 2003 ------------- - added stylesheet chaining to sabcmd [by Stefan Behnel] - changes in XML::Sablotron (new layout, added DOMHandler SXP interface) [by Nicolas Trebst and Anselm Kruis] - fixed a bug of variables bound for SXP queries - fixed a bug of the self axis (principal node type) - fix for Metrowerks C/C++ compiler [suggested by Tim Crook] - fixed a bug of forbidden XPath (child::xxx@yyy) - configuration fixes (APIDOC docs are built only when Perl/XML::Parser found) - fixed defaults for xsl:number - fixed a bug of required order of top-level variables - fixes in the outputting of NS declarations - fixes in the import precedence [report by Roy Huggins] - added a new config switch for sabcmd to abort on XSLT error (--enable-abort-on-error) - fixed a bug in namespace-alias - fixed segfault occurring when formating big numbers (>1e127) - fixed comparison of char to 0 for unsigned-char platforms Version 0.97 December 30, 2002 ----------------- - fixed the problem with Expat 1.95.5 - fixed a bug in xsl:message [report by Bob Kline] - fixed an infinite loop bug in recursive imports [report by Michael Vladimirov] - added SablotGetOptions() function - added a new option (SAB_FILES_TO_HANDLER) to pass the 'file' URIs to the scheme handler - fixed collisions with PHP/Java extension, Arena* renamed to SabArena [suggested by Christian Stocker] - mapping of namespaces added to xql() function (DOM) - chars illegal in output encoding displayed as references (for xml, html, xhtml output methods) - fixed resolution of relative URIs in document() - fixed a bug of not overridden imported parameters - documentation sources (APIDOC XML) added to distribution Closes my own PR pkg/22603.
2003-08-29 17:29:29 +02:00
bin/sablot-config
Update sablotron to version 0.96. Changes since 0.71 (last pkgsrc version): Version 0.96 September 5, 2002 ------------- - XSLT debugger implemented (sabcmd --debugger) - API fixes for PHP extension - log() function added to write to Sablot's log from JS scripts - conflicts of top-level elements (variable, key, script) initializations resolved - fixed xslt_process buffer overflow - fixed a bug of duplicate NS qualified attributes - minor SXP bug fixes [using patches by Tim Crook] - fixed a bug of the 'mod' operator [report by Jork Behrends] - fixed a bug of sorting with multiple keys [report by Jork Behrends] - fixed a bug of comparison [report by Jork Behrends] - DOM: fixed a bug of the default XML namespace [report by Albert Micheev] - DOM: fixed a bug of PIs [report by Albert Micheev] - improved configuration [by Melvyn Sopacua] - fragment identifiers allowed in document() for custom schemes [report by Bob Kline] Version 0.95 June 24, 2002 ------------- - DOM support upgraded to DOM Level2 - xsl:strip-space and xsl:preserve-space implemented - XSLT on external documents (accessed via callbacks) - esxlt:document instruction implemented - unparsed-entity-uri() function implemented - added a manual page for sabcmd - added a batch mode (multiple sources/stylesheets) for sabcmd [by Stefan Behnel] - added a system property to display version - added a flag for document() to return an empty node-set when it refers to non-existing document - fixed a bug in relative paths to ext. entities - fixed a sorting bug on Solaris - fixed matching precedence for processing-instruction('lit') - fixed a bug in xsl:decimal-format/format-number() - fixed a bug in string() - comments excluded - fixed a bug of RTFs in xsl:attribute (comment, pi) - fixed a bug of generate-id for multiple documents - various minor fixes Version 0.90 March 8, 2002 ------------- - xsl:import implemented - fixed a bug in boolean expressions with nodesets [reported by John Holland] - current() implementation redesigned - variables not allowed in 'match' attributes of templates - fixed a bug in attribute value escaping [Christian Lefebvre] - fixed a bug in ext. entities base URI [Christian Lefebvre] - fixed a bug in sabcmd --base option [Christian Lefebvre] - span not indented with html method - processing-instruction() node test allows literal arguments - only top-level variables and params visible in xsl:attribute-set - fixed a bug in xsl:number - fixed a bug in master situation cleanup [patch proposed by Bill Hofmann and Bob Kline] - fixed a bug in error reports from included files - correct name of element, attribute and pi is checked Version 0.82 January 30, 2002 ---------------- - fixed the text output method (nothing but text nodes are outputted) - SCRIPT and STYLE escaped for xhtml - fixed a bug in escaping attributtes (src, href) - fixed a bug in aliasing doctype declaration - fixed bugs related to Sun CC compiler [Tim Crook, Greg Cope] - fixed a memory management bug [Tim Crook] Version 0.81 January 16, 2002 ---------------- - PUBLIC URLs in doctypes and ext. entities not parsed by default (SAB_PARSE_PUBLIC_ENTITIES situation option) - non-xsl elements allowed inside xsl:stylesheet - xsl attributes not outputted anymore - xsl:namespace-alias translates attributes as well - content of SCRIPT and STYLE not escaped for html/xhtml - Boolean attributes are abbreviated for html output method Version 0.80 January 8, 2002 --------------- - implemented extensions (JavaScript functions + DOM, extension-element-prefixes, xsl:fallback, function-available(), element-available()) - fixed a bux in the 'following' axis - fixed current() assertion fault - fixed "META tag placed outside HEAD" bug - fixed a bug in abbreviated [position] expression in template 'match' attribute - implemented lang () function - added 'namespace' attribute of xsl:element - implemented 'exclude-result-prefixes' - implemented xsl:attribute-set and 'use-attribute-sets' - added 'namespace' attribute of xsl:attribute - fixed translate() bug - key() now works with document() - fixed short stylesheet notation output bugs - added use-attribute-sets attribute to xsl:copy - minor bugs fixed
2002-09-26 01:17:26 +02:00
include/sabcfg.h
include/sabdbg.h
include/sablot.h
include/sdom.h
include/shandler.h
include/sxpath.h
lib/libsablot.la
Update sablotron to version 0.96. Changes since 0.71 (last pkgsrc version): Version 0.96 September 5, 2002 ------------- - XSLT debugger implemented (sabcmd --debugger) - API fixes for PHP extension - log() function added to write to Sablot's log from JS scripts - conflicts of top-level elements (variable, key, script) initializations resolved - fixed xslt_process buffer overflow - fixed a bug of duplicate NS qualified attributes - minor SXP bug fixes [using patches by Tim Crook] - fixed a bug of the 'mod' operator [report by Jork Behrends] - fixed a bug of sorting with multiple keys [report by Jork Behrends] - fixed a bug of comparison [report by Jork Behrends] - DOM: fixed a bug of the default XML namespace [report by Albert Micheev] - DOM: fixed a bug of PIs [report by Albert Micheev] - improved configuration [by Melvyn Sopacua] - fragment identifiers allowed in document() for custom schemes [report by Bob Kline] Version 0.95 June 24, 2002 ------------- - DOM support upgraded to DOM Level2 - xsl:strip-space and xsl:preserve-space implemented - XSLT on external documents (accessed via callbacks) - esxlt:document instruction implemented - unparsed-entity-uri() function implemented - added a manual page for sabcmd - added a batch mode (multiple sources/stylesheets) for sabcmd [by Stefan Behnel] - added a system property to display version - added a flag for document() to return an empty node-set when it refers to non-existing document - fixed a bug in relative paths to ext. entities - fixed a sorting bug on Solaris - fixed matching precedence for processing-instruction('lit') - fixed a bug in xsl:decimal-format/format-number() - fixed a bug in string() - comments excluded - fixed a bug of RTFs in xsl:attribute (comment, pi) - fixed a bug of generate-id for multiple documents - various minor fixes Version 0.90 March 8, 2002 ------------- - xsl:import implemented - fixed a bug in boolean expressions with nodesets [reported by John Holland] - current() implementation redesigned - variables not allowed in 'match' attributes of templates - fixed a bug in attribute value escaping [Christian Lefebvre] - fixed a bug in ext. entities base URI [Christian Lefebvre] - fixed a bug in sabcmd --base option [Christian Lefebvre] - span not indented with html method - processing-instruction() node test allows literal arguments - only top-level variables and params visible in xsl:attribute-set - fixed a bug in xsl:number - fixed a bug in master situation cleanup [patch proposed by Bill Hofmann and Bob Kline] - fixed a bug in error reports from included files - correct name of element, attribute and pi is checked Version 0.82 January 30, 2002 ---------------- - fixed the text output method (nothing but text nodes are outputted) - SCRIPT and STYLE escaped for xhtml - fixed a bug in escaping attributtes (src, href) - fixed a bug in aliasing doctype declaration - fixed bugs related to Sun CC compiler [Tim Crook, Greg Cope] - fixed a memory management bug [Tim Crook] Version 0.81 January 16, 2002 ---------------- - PUBLIC URLs in doctypes and ext. entities not parsed by default (SAB_PARSE_PUBLIC_ENTITIES situation option) - non-xsl elements allowed inside xsl:stylesheet - xsl attributes not outputted anymore - xsl:namespace-alias translates attributes as well - content of SCRIPT and STYLE not escaped for html/xhtml - Boolean attributes are abbreviated for html output method Version 0.80 January 8, 2002 --------------- - implemented extensions (JavaScript functions + DOM, extension-element-prefixes, xsl:fallback, function-available(), element-available()) - fixed a bux in the 'following' axis - fixed current() assertion fault - fixed "META tag placed outside HEAD" bug - fixed a bug in abbreviated [position] expression in template 'match' attribute - implemented lang () function - added 'namespace' attribute of xsl:element - implemented 'exclude-result-prefixes' - implemented xsl:attribute-set and 'use-attribute-sets' - added 'namespace' attribute of xsl:attribute - fixed translate() bug - key() now works with document() - fixed short stylesheet notation output bugs - added use-attribute-sets attribute to xsl:copy - minor bugs fixed
2002-09-26 01:17:26 +02:00
man/man1/sabcmd.1
share/doc/sablotron/jsdom-ref/apidocs/api-.Conversions.html
share/doc/sablotron/jsdom-ref/apidocs/api-.Debugging.html
share/doc/sablotron/jsdom-ref/apidocs/api-.Example.html
share/doc/sablotron/jsdom-ref/apidocs/api-.Introduction.html
share/doc/sablotron/jsdom-ref/apidocs/api-.Objects.html
share/doc/sablotron/jsdom-ref/apidocs/api-Attr.html
share/doc/sablotron/jsdom-ref/apidocs/api-Attr.name.html
share/doc/sablotron/jsdom-ref/apidocs/api-Attr.ownerElement.html
share/doc/sablotron/jsdom-ref/apidocs/api-Attr.specified.html
share/doc/sablotron/jsdom-ref/apidocs/api-Attr.value.html
share/doc/sablotron/jsdom-ref/apidocs/api-CharacterData.data.html
share/doc/sablotron/jsdom-ref/apidocs/api-CharacterData.html
share/doc/sablotron/jsdom-ref/apidocs/api-CharacterData.length.html
share/doc/sablotron/jsdom-ref/apidocs/api-CharacterData.substringData().html
share/doc/sablotron/jsdom-ref/apidocs/api-DOMException.code.html
share/doc/sablotron/jsdom-ref/apidocs/api-DOMException.html
share/doc/sablotron/jsdom-ref/apidocs/api-DOMImplementation.hasFeature().html
share/doc/sablotron/jsdom-ref/apidocs/api-DOMImplementation.html
share/doc/sablotron/jsdom-ref/apidocs/api-Document.documentElement.html
share/doc/sablotron/jsdom-ref/apidocs/api-Document.html
share/doc/sablotron/jsdom-ref/apidocs/api-Document.implementation.html
share/doc/sablotron/jsdom-ref/apidocs/api-Element.getAttribute().html
share/doc/sablotron/jsdom-ref/apidocs/api-Element.getAttributeNode().html
share/doc/sablotron/jsdom-ref/apidocs/api-Element.hasAttribute().html
share/doc/sablotron/jsdom-ref/apidocs/api-Element.html
share/doc/sablotron/jsdom-ref/apidocs/api-Element.tagName.html
share/doc/sablotron/jsdom-ref/apidocs/api-NamedNodeMap.getNamedItem().html
share/doc/sablotron/jsdom-ref/apidocs/api-NamedNodeMap.html
share/doc/sablotron/jsdom-ref/apidocs/api-NamedNodeMap.item().html
share/doc/sablotron/jsdom-ref/apidocs/api-NamedNodeMap.length.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.attributes.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.childNodes.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.firstChild.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.hasAttributes().html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.hasChildNodes().html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.isSupported().html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.lastChild.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.localName.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.namespaceURI.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.nextSibling.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.nodeName.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.nodeType.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.nodeValue.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.ownerDocument.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.parentNode.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.prefix.html
share/doc/sablotron/jsdom-ref/apidocs/api-Node.previousSibling.html
share/doc/sablotron/jsdom-ref/apidocs/api-NodeList.html
share/doc/sablotron/jsdom-ref/apidocs/api-NodeList.item().html
share/doc/sablotron/jsdom-ref/apidocs/api-NodeList.length.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.contextNode.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.contextPosition.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.contextSize.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.currentNode.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.html
share/doc/sablotron/jsdom-ref/apidocs/api-XSLTContext.ownerDocument.html
share/doc/sablotron/jsdom-ref/apidocs/api-content.css
share/doc/sablotron/jsdom-ref/apidocs/api-toc.css
share/doc/sablotron/jsdom-ref/apidocs/complete-toc-abc.html
share/doc/sablotron/jsdom-ref/apidocs/complete-toc-grp.html
share/doc/sablotron/jsdom-ref/apidocs/complete-toc.html
share/doc/sablotron/jsdom-ref/apidocs/complete.html
share/doc/sablotron/jsdom-ref/apidocs/sidebar-toc.html
share/doc/sablotron/jsdom-ref/apidocs/sparse-toc-abc.html
share/doc/sablotron/jsdom-ref/apidocs/sparse-toc-grp.html
share/doc/sablotron/jsdom-ref/apidocs/sparse-toc.html
share/doc/sablotron/jsdom-ref/complete-frameset.html
share/doc/sablotron/jsdom-ref/sparse-frameset.html
share/doc/sablotron/sablot/apidocs/api-.Debugging XSLT.html
share/doc/sablotron/sablot/apidocs/api-.Dependencies.html
share/doc/sablotron/sablot/apidocs/api-.Encodings.html
share/doc/sablotron/sablot/apidocs/api-.Errors and logs.html
share/doc/sablotron/sablot/apidocs/api-.Extensions.html
share/doc/sablotron/sablot/apidocs/api-.Handlers.html
share/doc/sablotron/sablot/apidocs/api-.Introduction.html
share/doc/sablotron/sablot/apidocs/api-.Known Issues.html
share/doc/sablotron/sablot/apidocs/api-.License.html
share/doc/sablotron/sablot/apidocs/api-.Named buffers.html
share/doc/sablotron/sablot/apidocs/api-.Sablotron DOM.html
share/doc/sablotron/sablot/apidocs/api-.URIs.html
share/doc/sablotron/sablot/apidocs/api-.Usage.html
share/doc/sablotron/sablot/apidocs/api-DOM functions.html
share/doc/sablotron/sablot/apidocs/api-DOM types.html
share/doc/sablotron/sablot/apidocs/api-EncHandler.html
share/doc/sablotron/sablot/apidocs/api-MessageHandler.html
share/doc/sablotron/sablot/apidocs/api-MiscHandler.html
share/doc/sablotron/sablot/apidocs/api-SAXHandler.html
share/doc/sablotron/sablot/apidocs/api-SDOM_Document.html
share/doc/sablotron/sablot/apidocs/api-SablotAddArgBuffer.html
share/doc/sablotron/sablot/apidocs/api-SablotAddArgTree.html
share/doc/sablotron/sablot/apidocs/api-SablotAddParam.html
share/doc/sablotron/sablot/apidocs/api-SablotClearError.html
share/doc/sablotron/sablot/apidocs/api-SablotClearSituation.html
share/doc/sablotron/sablot/apidocs/api-SablotCreateDocument.html
share/doc/sablotron/sablot/apidocs/api-SablotCreateProcessor.html
share/doc/sablotron/sablot/apidocs/api-SablotCreateProcessorForSituation.html
share/doc/sablotron/sablot/apidocs/api-SablotCreateSituation.html
share/doc/sablotron/sablot/apidocs/api-SablotDestroyDocument.html
share/doc/sablotron/sablot/apidocs/api-SablotDestroyProcessor.html
share/doc/sablotron/sablot/apidocs/api-SablotDestroySituation.html
share/doc/sablotron/sablot/apidocs/api-SablotFree.html
share/doc/sablotron/sablot/apidocs/api-SablotFreeResultArgs.html
share/doc/sablotron/sablot/apidocs/api-SablotGetInstanceData.html
share/doc/sablotron/sablot/apidocs/api-SablotGetMsgText.html
share/doc/sablotron/sablot/apidocs/api-SablotGetOptions.html
share/doc/sablotron/sablot/apidocs/api-SablotGetResultArg.html
share/doc/sablotron/sablot/apidocs/api-SablotHandle.html
share/doc/sablotron/sablot/apidocs/api-SablotLockDocument.html
share/doc/sablotron/sablot/apidocs/api-SablotParse.html
share/doc/sablotron/sablot/apidocs/api-SablotParseBuffer.html
share/doc/sablotron/sablot/apidocs/api-SablotParseStylesheet.html
share/doc/sablotron/sablot/apidocs/api-SablotParseStylesheetBuffer.html
share/doc/sablotron/sablot/apidocs/api-SablotProcess.html
share/doc/sablotron/sablot/apidocs/api-SablotProcessFiles.html
share/doc/sablotron/sablot/apidocs/api-SablotProcessStrings.html
share/doc/sablotron/sablot/apidocs/api-SablotProcessStringsWithBase.html
share/doc/sablotron/sablot/apidocs/api-SablotRegHandler.html
share/doc/sablotron/sablot/apidocs/api-SablotRunProcessor.html
share/doc/sablotron/sablot/apidocs/api-SablotRunProcessorExt.html
share/doc/sablotron/sablot/apidocs/api-SablotRunProcessorGen.html
share/doc/sablotron/sablot/apidocs/api-SablotSetBase.html
share/doc/sablotron/sablot/apidocs/api-SablotSetBaseForScheme.html
share/doc/sablotron/sablot/apidocs/api-SablotSetEncoding.html
share/doc/sablotron/sablot/apidocs/api-SablotSetInstanceData.html
share/doc/sablotron/sablot/apidocs/api-SablotSetLog.html
share/doc/sablotron/sablot/apidocs/api-SablotSetOptions.html
share/doc/sablotron/sablot/apidocs/api-SablotSituation.html
share/doc/sablotron/sablot/apidocs/api-SablotUnregHandler.html
share/doc/sablotron/sablot/apidocs/api-SchemeHandler.html
share/doc/sablotron/sablot/apidocs/api-content.css
share/doc/sablotron/sablot/apidocs/api-sabcmd.html
share/doc/sablotron/sablot/apidocs/api-toc.css
share/doc/sablotron/sablot/apidocs/complete-toc-abc.html
share/doc/sablotron/sablot/apidocs/complete-toc-grp.html
share/doc/sablotron/sablot/apidocs/complete-toc.html
share/doc/sablotron/sablot/apidocs/complete.html
share/doc/sablotron/sablot/apidocs/sidebar-toc.html
share/doc/sablotron/sablot/apidocs/sparse-toc-abc.html
share/doc/sablotron/sablot/apidocs/sparse-toc-grp.html
share/doc/sablotron/sablot/apidocs/sparse-toc.html
share/doc/sablotron/sablot/complete-frameset.html
share/doc/sablotron/sablot/sparse-frameset.html
share/doc/sablotron/sxp/apidocs/api-.Building.html
share/doc/sablotron/sxp/apidocs/api-.Errors.html
share/doc/sablotron/sxp/apidocs/api-.Introduction.html
share/doc/sablotron/sxp/apidocs/api-.Usage.html
share/doc/sablotron/sxp/apidocs/api-DOMHandler.html
share/doc/sablotron/sxp/apidocs/api-QueryContext.html
share/doc/sablotron/sxp/apidocs/api-SXP_Document.html
share/doc/sablotron/sxp/apidocs/api-SXP_ExpressionType.html
share/doc/sablotron/sxp/apidocs/api-SXP_Node.html
share/doc/sablotron/sxp/apidocs/api-SXP_NodeList.html
share/doc/sablotron/sxp/apidocs/api-SXP_NodeType.html
share/doc/sablotron/sxp/apidocs/api-SXP_addNamespaceDeclaration.html
share/doc/sablotron/sxp/apidocs/api-SXP_addVariableBinding.html
share/doc/sablotron/sxp/apidocs/api-SXP_addVariableBoolean.html
share/doc/sablotron/sxp/apidocs/api-SXP_addVariableNumber.html
share/doc/sablotron/sxp/apidocs/api-SXP_addVariableString.html
share/doc/sablotron/sxp/apidocs/api-SXP_char.html
share/doc/sablotron/sxp/apidocs/api-SXP_createQueryContext.html
share/doc/sablotron/sxp/apidocs/api-SXP_destroyQueryContext.html
share/doc/sablotron/sxp/apidocs/api-SXP_getNodeListItem.html
share/doc/sablotron/sxp/apidocs/api-SXP_getNodeListLength.html
share/doc/sablotron/sxp/apidocs/api-SXP_getResultBool.html
share/doc/sablotron/sxp/apidocs/api-SXP_getResultNodeset.html
share/doc/sablotron/sxp/apidocs/api-SXP_getResultNumber.html
share/doc/sablotron/sxp/apidocs/api-SXP_getResultString.html
share/doc/sablotron/sxp/apidocs/api-SXP_getResultType.html
share/doc/sablotron/sxp/apidocs/api-SXP_query.html
share/doc/sablotron/sxp/apidocs/api-SXP_registerDOMHandler.html
share/doc/sablotron/sxp/apidocs/api-SXP_unregisterDOMHandler.html
share/doc/sablotron/sxp/apidocs/api-SablotCreateSituation.html
share/doc/sablotron/sxp/apidocs/api-SablotDestroySituation.html
share/doc/sablotron/sxp/apidocs/api-SablotSituation.html
share/doc/sablotron/sxp/apidocs/api-compareNodes.html
share/doc/sablotron/sxp/apidocs/api-content.css
share/doc/sablotron/sxp/apidocs/api-getAttributeCount.html
share/doc/sablotron/sxp/apidocs/api-getAttributeNo.html
share/doc/sablotron/sxp/apidocs/api-getChildCount.html
share/doc/sablotron/sxp/apidocs/api-getChildNo.html
share/doc/sablotron/sxp/apidocs/api-getNamespaceCount.html
share/doc/sablotron/sxp/apidocs/api-getNamespaceNo.html
share/doc/sablotron/sxp/apidocs/api-getNextAttrNS.html
share/doc/sablotron/sxp/apidocs/api-getNextSibling.html
share/doc/sablotron/sxp/apidocs/api-getNodeName.html
share/doc/sablotron/sxp/apidocs/api-getNodeNameLocal.html
share/doc/sablotron/sxp/apidocs/api-getNodeNameURI.html
share/doc/sablotron/sxp/apidocs/api-getNodeType.html
share/doc/sablotron/sxp/apidocs/api-getNodeValue.html
share/doc/sablotron/sxp/apidocs/api-getOwnerDocument.html
share/doc/sablotron/sxp/apidocs/api-getParent.html
share/doc/sablotron/sxp/apidocs/api-getPreviousAttrNS.html
share/doc/sablotron/sxp/apidocs/api-getPreviousSibling.html
share/doc/sablotron/sxp/apidocs/api-retrieveDocument.html
share/doc/sablotron/sxp/apidocs/api-toc.css
share/doc/sablotron/sxp/apidocs/complete-toc-abc.html
share/doc/sablotron/sxp/apidocs/complete-toc-grp.html
share/doc/sablotron/sxp/apidocs/complete-toc.html
share/doc/sablotron/sxp/apidocs/complete.html
share/doc/sablotron/sxp/apidocs/sidebar-toc.html
share/doc/sablotron/sxp/apidocs/sparse-toc-abc.html
share/doc/sablotron/sxp/apidocs/sparse-toc-grp.html
share/doc/sablotron/sxp/apidocs/sparse-toc.html
share/doc/sablotron/sxp/complete-frameset.html
share/doc/sablotron/sxp/sparse-frameset.html