change links to w3c
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/template", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-template", | ||||
|                 "output": "XML Tree" | ||||
|             },{ | ||||
|                 "name": "<xsl:apply-templates>", | ||||
| @@ -48,7 +48,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/apply-templates", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-apply-templates", | ||||
|                 "output": "XML Nodes" | ||||
|             },{ | ||||
|                 "name": "<xsl:apply-imports/>", | ||||
| @@ -57,7 +57,7 @@ | ||||
|                 [ | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/apply-imports", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-apply-imports", | ||||
|                 "output": "Imported output from another XSLT" | ||||
|             },{ | ||||
|                 "name": "<xsl:call-template>", | ||||
| @@ -71,7 +71,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/call-template", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-call-template", | ||||
|                 "output": "Called template XML" | ||||
|             },{ | ||||
|                 "name": "<xsl:next-match>", | ||||
| @@ -81,7 +81,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/next-match.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-next-match", | ||||
|                 "output": "Choosed XML template" | ||||
|             },{ | ||||
|                 "name": "<xsl:mode>", | ||||
| @@ -145,7 +145,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/mode.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-mode", | ||||
|                 "output": "Choosed XML template" | ||||
|             },{ | ||||
|                 "name": "<xsl:override>", | ||||
| @@ -155,7 +155,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/override.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-override", | ||||
|                 "output": "Appears as a child of xsl:use-package." | ||||
|             },{ | ||||
|                 "name": "<xsl:package>", | ||||
| @@ -234,7 +234,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/package.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-package", | ||||
|                 "output": "Appears as a child of xsl:use-package." | ||||
|             },{ | ||||
|                 "name": "<xsl:accept>", | ||||
| @@ -258,7 +258,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/accept.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-accept", | ||||
|                 "output": "Appears as a child of xsl:use-package." | ||||
|             },{ | ||||
|                 "name": "<xsl:global-context-item>", | ||||
| @@ -277,7 +277,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/global-context-item.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-global-context-item", | ||||
|                 "output": "Global context item" | ||||
|             } | ||||
|         ] | ||||
| @@ -298,7 +298,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/for-each", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-for-each", | ||||
|                 "output": "Processed set of nodes" | ||||
|             }, | ||||
|             { | ||||
| @@ -313,7 +313,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/if", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-if", | ||||
|                 "output": "Depending on test processed template or not." | ||||
|             }, | ||||
|             { | ||||
| @@ -324,7 +324,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/choose", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-choose", | ||||
|                 "output": "Choosed XML template" | ||||
|             }, | ||||
|             { | ||||
| @@ -339,7 +339,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/when", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-when", | ||||
|                 "output": "Processed or not XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -350,7 +350,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/otherwise", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-otherwise", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -400,7 +400,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/for-each-group.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-for-each-group", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -415,7 +415,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/iterate.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-iterate", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -430,7 +430,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/break.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-break", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -441,7 +441,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/next-iteration.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-next-iteration", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -456,7 +456,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/on-completion.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-on-completion", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -467,7 +467,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/fork.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-fork", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -482,7 +482,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/on-empty.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-on-empty", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -497,7 +497,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/on-non-empty.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-on-non-empty", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -517,7 +517,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/try.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-try", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -537,7 +537,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/try.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-try", | ||||
|                 "output": "processed XML Template" | ||||
|             }, | ||||
|             { | ||||
| @@ -557,7 +557,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/context-item.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-context-item", | ||||
|                 "output": "processed XML Template" | ||||
|             } | ||||
|         ] | ||||
| @@ -583,7 +583,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/attribute", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-attribute", | ||||
|                 "output": "XML Element with provided attribute" | ||||
|             },{ | ||||
|                 "name": "<xsl:attribute-set>", | ||||
| @@ -602,7 +602,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/attribute-set", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-attribute-set", | ||||
|                 "output": "Named set of attributes" | ||||
|             },{ | ||||
|                 "name": "<xsl:copy>", | ||||
| @@ -616,7 +616,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/copy", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-copy", | ||||
|                 "output": "Copy of XML node" | ||||
|             },{ | ||||
|                 "name": "<xsl:number>", | ||||
| @@ -670,7 +670,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/number", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-number", | ||||
|                 "output": "Formatted number" | ||||
|             },{ | ||||
|                 "name": "<xsl:value-of>", | ||||
| @@ -689,7 +689,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/value-of", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-value-of", | ||||
|                 "output": "Value from XML nodes" | ||||
|             },{ | ||||
|                 "name": "<xsl:text>", | ||||
| @@ -703,7 +703,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/text", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-text", | ||||
|                 "output": "XML Node with writed text" | ||||
|             },{ | ||||
|                 "name": "<xsl:comment>", | ||||
| @@ -712,7 +712,7 @@ | ||||
|                 [ | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/comment", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-comment", | ||||
|                 "output": "XML Node with writed comment" | ||||
|             }, | ||||
|             { | ||||
| @@ -727,7 +727,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/processing-instruction", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-processing-instruction", | ||||
|                 "output": "XML Node with output of processed instruction" | ||||
|             }, | ||||
|             { | ||||
| @@ -752,7 +752,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/key", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-key", | ||||
|                 "output": "key to use in stylesheet" | ||||
|             }, | ||||
|             { | ||||
| @@ -817,7 +817,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/decimal-format", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-decimal-format", | ||||
|                 "output": "decimal format" | ||||
|             }, | ||||
|             { | ||||
| @@ -832,7 +832,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/preserve-space", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-preserve-space", | ||||
|                 "output": "preserved space" | ||||
|             }, | ||||
|             { | ||||
| @@ -847,7 +847,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/strip-space", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-strip-space", | ||||
|                 "output": "elements with removed whitespace" | ||||
|             }, | ||||
|             { | ||||
| @@ -882,7 +882,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/sort", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-sort", | ||||
|                 "output": "sorted elements" | ||||
|             }, | ||||
|             { | ||||
| @@ -927,7 +927,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/output", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-output", | ||||
|                 "output": "changed document prefix" | ||||
|             }, | ||||
|             { | ||||
| @@ -1087,7 +1087,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/result-document.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-result-document", | ||||
|                 "output": "XML Document" | ||||
|             },{ | ||||
|                 "name": "<xsl:character-map>", | ||||
| @@ -1106,7 +1106,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/character-map.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-character-map", | ||||
|                 "output": "named character map" | ||||
|             },{ | ||||
|                 "name": "<xsl:output-character>", | ||||
| @@ -1125,7 +1125,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/output-character.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-output-character", | ||||
|                 "output": "defined character" | ||||
|             },{ | ||||
|                 "name": "<xsl:merge>", | ||||
| @@ -1135,7 +1135,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/merge.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-merge", | ||||
|                 "output": "merged files" | ||||
|             },{ | ||||
|                 "name": "<xsl:merge-action>", | ||||
| @@ -1145,7 +1145,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/merge-action.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-merge-action", | ||||
|                 "output": "merged files" | ||||
|             },{ | ||||
|                 "name": "<xsl:merge-key>", | ||||
| @@ -1179,7 +1179,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/merge-key.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-merge-key", | ||||
|                 "output": "merged files" | ||||
|             },{ | ||||
|                 "name": "<xsl:merge-source>", | ||||
| @@ -1233,7 +1233,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/merge-source.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-merge-source", | ||||
|                 "output": "merged files" | ||||
|             } | ||||
|         ] | ||||
| @@ -1304,7 +1304,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/stylesheet", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-stylesheet", | ||||
|                 "output": "XSLT Stylesheet" | ||||
|             }, | ||||
|             { | ||||
| @@ -1369,7 +1369,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/transform", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-transform", | ||||
|                 "output": "XSLT Stylesheet" | ||||
|             }, | ||||
|             { | ||||
| @@ -1384,7 +1384,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/import", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-import", | ||||
|                 "output": "XSLT Stylesheet from another file" | ||||
|             }, | ||||
|             { | ||||
| @@ -1399,7 +1399,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/include", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-include", | ||||
|                 "output": "XSLT Stylesheet with XSLT from another file." | ||||
|             }, | ||||
|             { | ||||
| @@ -1419,7 +1419,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/namespace-alias", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-namespace-alias", | ||||
|                 "output": "XML Tree with changed namespaces" | ||||
|             }, | ||||
|             { | ||||
| @@ -1444,7 +1444,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/namespace-alias", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-namespace-alias", | ||||
|                 "output": "XML with provided element" | ||||
|             } | ||||
|         ] | ||||
| @@ -1470,7 +1470,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/param", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-param", | ||||
|                 "output": "XML parameter" | ||||
|             }, | ||||
|             { | ||||
| @@ -1490,7 +1490,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/variable", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-variable", | ||||
|                 "output": "XML Variable" | ||||
|             }, | ||||
|             { | ||||
| @@ -1510,7 +1510,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/with-param", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-with-param", | ||||
|                 "output": "XML Parameter" | ||||
|             }, | ||||
|             { | ||||
| @@ -1525,7 +1525,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/copy-of", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-copy-of", | ||||
|                 "output": "Copy of Selected node" | ||||
|             }, | ||||
|             { | ||||
| @@ -1545,7 +1545,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/document.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-document", | ||||
|                 "output": "Document Node" | ||||
|             }, | ||||
|             { | ||||
| @@ -1565,7 +1565,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/namespace.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-namespace", | ||||
|                 "output": "Namespace Node" | ||||
|             }, | ||||
|             { | ||||
| @@ -1585,7 +1585,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/namespace-alias.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-namespace-alias", | ||||
|                 "output": "Document with changed namespaces" | ||||
|             }, | ||||
|             { | ||||
| @@ -1600,7 +1600,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/sequence.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-sequence", | ||||
|                 "output": "Sequence" | ||||
|             } | ||||
|         ] | ||||
| @@ -1631,7 +1631,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/analyze-string.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-analyze-string", | ||||
|                 "output": "XML Node" | ||||
|             }, | ||||
|             { | ||||
| @@ -1642,7 +1642,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/matching-substring.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-matching-substring", | ||||
|                 "output": "XML Node" | ||||
|             }, | ||||
|             { | ||||
| @@ -1653,7 +1653,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/non-matching-substring.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-non-matching-substring", | ||||
|                 "output": "XML Node" | ||||
|             } | ||||
|         ] | ||||
| @@ -1714,7 +1714,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/function.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-function", | ||||
|                 "output": "Function" | ||||
|             }, | ||||
|             { | ||||
| @@ -1764,7 +1764,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/evaluate.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-evaluate", | ||||
|                 "output": "String" | ||||
|             }, | ||||
|             { | ||||
| @@ -1789,7 +1789,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/assert.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-assert", | ||||
|                 "output": "Error or nothing" | ||||
|             } | ||||
|         ] | ||||
| @@ -1810,7 +1810,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/message", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-message", | ||||
|                 "output": "Message in console" | ||||
|             }, | ||||
|             { | ||||
| @@ -1820,7 +1820,7 @@ | ||||
|                 [ | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/fallback", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-fallback", | ||||
|                 "output": "Fallbacks" | ||||
|             }, | ||||
|             { | ||||
| @@ -1835,7 +1835,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/map.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-map", | ||||
|                 "output": "Map" | ||||
|             }, | ||||
|             { | ||||
| @@ -1855,7 +1855,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/map-entry.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-map-entry", | ||||
|                 "output": "Singleton Map" | ||||
|             }, | ||||
|             { | ||||
| @@ -1880,7 +1880,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/expose.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-expose", | ||||
|                 "output": "Element with changed visibility" | ||||
|             }, | ||||
|             { | ||||
| @@ -1915,7 +1915,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/accumulator.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-accumulator", | ||||
|                 "output": "Accumulator" | ||||
|             }, | ||||
|             { | ||||
| @@ -1945,7 +1945,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/accumulator-rule.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-accumulator-rule", | ||||
|                 "output": "Accumulator" | ||||
|             }, | ||||
|             { | ||||
| @@ -2000,7 +2000,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/source-document.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-source-document", | ||||
|                 "output": "Processed Document" | ||||
|             }, | ||||
|             { | ||||
| @@ -2020,7 +2020,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/use-package.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-use-package", | ||||
|                 "output": "Package" | ||||
|             }, | ||||
|             { | ||||
| @@ -2031,7 +2031,7 @@ | ||||
|  | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/where-populated.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-where-populated", | ||||
|                 "output": "checks for children" | ||||
|             }, | ||||
|             { | ||||
| @@ -2056,7 +2056,7 @@ | ||||
|                     } | ||||
|                 ], | ||||
|                 "examples": [], | ||||
|                 "documentationReferenceURL": "https://www.saxonica.com/html/documentation12/xsl-elements/accept.html", | ||||
|                 "documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-accept", | ||||
|                 "output": "restricts visibility" | ||||
|             } | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user