mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
added new function replace from Joel Reed. added new test case for above.
* libexslt/strings.c: added new function replace from Joel Reed. * tests/exslt/Makefile.am, replace.1.xml, replace.1.xsl, replace.1.out: added new test case for above. * libxslt.spec.in: trivial change from Gnome to GNOME * configure.in: trivial change for flags on my compilations * libxslt/documents.c, libxslt/documents.h, libxslt/keys.c, libxslt/keys.h, libxslt/variables.c, libxslt/templates.c, libxslt/transform.c, libxslt/variables.c, libxslt/xslt.c, libxslt/xsltutils.c: fixed some documentation/comments and compilation warnings - no change to logic. * re-generated the documentation. svn path=/trunk/; revision=1413
This commit is contained in:
@@ -14,8 +14,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk3.html">b-c</a>
|
||||
<a href="APIchunk4.html">d-e</a>
|
||||
<a href="APIchunk5.html">f-g</a>
|
||||
<a href="APIchunk6.html">h-k</a>
|
||||
<a href="APIchunk7.html">l-n</a>
|
||||
<a href="APIchunk6.html">h-i</a>
|
||||
<a href="APIchunk7.html">j-n</a>
|
||||
<a href="APIchunk8.html">o-p</a>
|
||||
<a href="APIchunk9.html">q-s</a>
|
||||
<a href="APIchunk10.html">t-u</a>
|
||||
@@ -23,6 +23,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk12.html">y-z</a>
|
||||
</h2><h2>Letter o:</h2><dl><dt>object</dt><dd><a href="html/libxslt-xsltInternals.html#XML_CAST_FPTR">XML_CAST_FPTR</a><br />
|
||||
<a href="html/libxslt-functions.html#xsltDocumentFunction">xsltDocumentFunction</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#xsltExtensionInstructionResultRegister">xsltExtensionInstructionResultRegister</a><br />
|
||||
<a href="html/libxslt-functions.html#xsltKeyFunction">xsltKeyFunction</a><br />
|
||||
<a href="html/libxslt-functions.html#xsltSystemPropertyFunction">xsltSystemPropertyFunction</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltXPathCompile">xsltXPathCompile</a><br />
|
||||
@@ -66,11 +67,13 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxslt-transform.html#xsltRunStylesheet">xsltRunStylesheet</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltRunStylesheetUser">xsltRunStylesheetUser</a><br />
|
||||
</dd><dt>onto</dt><dd><a href="html/libxslt-variables.html#xsltAddStackElemList">xsltAddStackElemList</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltLocalVariablePush">xsltLocalVariablePush</a><br />
|
||||
</dd><dt>open</dt><dd><a href="html/libxslt-xsltutils.html#xsltSaveResultToFd">xsltSaveResultToFd</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFile">xsltSaveResultToFile</a><br />
|
||||
</dd><dt>operation</dt><dd><a href="html/libxslt-security.html#xsltSecurityAllow">xsltSecurityAllow</a><br />
|
||||
<a href="html/libxslt-security.html#xsltSecurityForbid">xsltSecurityForbid</a><br />
|
||||
</dd><dt>optimization</dt><dd><a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
||||
</dd><dt>optimization</dt><dd><a href="html/libxslt-xsltInternals.html#XSLT_REFACTORED_XPATHCOMP">XSLT_REFACTORED_XPATHCOMP</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
||||
</dd><dt>option</dt><dd><a href="html/libxslt-security.html#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltSetCtxtParseOptions">xsltSetCtxtParseOptions</a><br />
|
||||
<a href="html/libxslt-security.html#xsltSetSecurityPrefs">xsltSetSecurityPrefs</a><br />
|
||||
@@ -146,6 +149,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>params</dt><dd><a href="html/libxslt-xsltInternals.html#_xsltCompilerCtxt">_xsltCompilerCtxt</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
||||
</dd><dt>parent</dt><dd><a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a><br />
|
||||
</dd><dt>parse</dt><dd><a href="html/libxslt-variables.html#xsltParseGlobalParam">xsltParseGlobalParam</a><br />
|
||||
<a href="html/libxslt-attributes.html#xsltParseStylesheetAttributeSet">xsltParseStylesheetAttributeSet</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a><br />
|
||||
@@ -216,26 +220,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>point</dt><dd><a href="html/libxslt-numbersInternals.html#_xsltFormatNumberInfo">_xsltFormatNumberInfo</a><br />
|
||||
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
||||
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
||||
</dd><dt>pointer</dt><dd><a href="html/libxslt-xsltInternals.html#XML_CAST_FPTR">XML_CAST_FPTR</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#_xsltRuntimeExtra">_xsltRuntimeExtra</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
||||
<a href="">fptr</a><br />
|
||||
<a href="html/libxslt-documents.html#xsltDocLoaderFunc">xsltDocLoaderFunc</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
||||
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#xsltFreeAVTList">xsltFreeAVTList</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI2">xsltGetQNameURI2</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltGetUTF8Char">xsltGetUTF8Char</a><br />
|
||||
<a href="html/libxslt-security.html#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a><br />
|
||||
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
||||
<a href="html/libxslt-xsltInternals.html#xsltPointerListAddSize">xsltPointerListAddSize</a><br />
|
||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToString">xsltSaveResultToString</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltStyleStylesheetLevelGetExtData">xsltStyleStylesheetLevelGetExtData</a><br />
|
||||
</dd><dt>pointers</dt><dd><a href="html/libxslt-imports.html#XSLT_GET_IMPORT_PTR">XSLT_GET_IMPORT_PTR</a><br />
|
||||
</dd><dt>points</dt><dd><a href="html/libxslt-xsltutils.html#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a><br />
|
||||
</dd><dt>pops</dt><dd><a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
||||
@@ -263,12 +247,18 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>precomputed</dt><dd><a href="html/libxslt-xsltInternals.html#_xsltStylesheet">_xsltStylesheet</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
||||
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
||||
<a href="html/libxslt-preproc.html#xsltFreeStylePreComps">xsltFreeStylePreComps</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltInitElemPreComp">xsltInitElemPreComp</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
||||
<a href="html/libxslt-extensions.html#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
||||
<a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
||||
</dd><dt>predicate</dt><dd><a href="html/libxslt-templates.html#xsltEvalXPathPredicate">xsltEvalXPathPredicate</a><br />
|
||||
</dd><dt>preference</dt><dd><a href="html/libxslt-security.html#xsltFreeSecurityPrefs">xsltFreeSecurityPrefs</a><br />
|
||||
<a href="html/libxslt-security.html#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a><br />
|
||||
@@ -362,6 +352,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>public?</dt><dd><a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
||||
</dd><dt>purpose</dt><dd><a href="html/libxslt-functions.html#XSLT_REGISTER_FUNCTION_LOOKUP">XSLT_REGISTER_FUNCTION_LOOKUP</a><br />
|
||||
<a href="html/libxslt-variables.html#XSLT_REGISTER_VARIABLE_LOOKUP">XSLT_REGISTER_VARIABLE_LOOKUP</a><br />
|
||||
</dd><dt>pushed</dt><dd><a href="html/libxslt-transform.html#xsltLocalVariablePush">xsltLocalVariablePush</a><br />
|
||||
</dd><dt>pushes</dt><dd><a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
||||
</dd></dl><h2 align="center"><a href="APIchunk0.html">A-J</a>
|
||||
<a href="APIchunk1.html">K-S</a>
|
||||
@@ -369,8 +360,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk3.html">b-c</a>
|
||||
<a href="APIchunk4.html">d-e</a>
|
||||
<a href="APIchunk5.html">f-g</a>
|
||||
<a href="APIchunk6.html">h-k</a>
|
||||
<a href="APIchunk7.html">l-n</a>
|
||||
<a href="APIchunk6.html">h-i</a>
|
||||
<a href="APIchunk7.html">j-n</a>
|
||||
<a href="APIchunk8.html">o-p</a>
|
||||
<a href="APIchunk9.html">q-s</a>
|
||||
<a href="APIchunk10.html">t-u</a>
|
||||
|
Reference in New Issue
Block a user