XML::STX Implementation Status

Description

Feature implemented
Feature partially implemented
Feature not implemented yet

Instructions and Declarations

stx:transform @version
stx:group @name
stx:include @href
stx:options @pass-through, @recognize-cdata, @stxpath-default-namespace, @strip-space
Note: @output-encoding not implemented
stx:namespace-alias @stylesheet-prefix, @result-prefix
stx:template @match, @priority, @visibility, @new-scope
stx:procedure @name, @priority, @visibility
stx:call-procedure @name, @group
stx:with-param @name, @select
stx:param @name, @select, @required
Note: stylesheet parameters with content not implemented
stx:copy @attributes
stx:process-children @group
stx:process-attributes @group
stx:process-siblings @while, @until, @group
stx:process-self @group
stx:replace @select
stx:pattern @value, @case
stx:value-of @select, @separator
stx:text
Note: @markup not implemented
stx:cdata
stx:element @name, @namespace
stx:start-element @name, @namespace
stx:end-element @name, @namespace
stx:attribute @name, @namespace, @select
stx:processing-instruction @name
stx:comment
stx:if @test
stx:else
stx:choose
stx:when @test
stx:otherwise
stx:for-each-item @name, @select
stx:while @test
stx:process-document @href, @base, @group
stx:result-document @href, @encoding
Note: encoding not implemented
stx:buffer @name
Note: group buffers with content not implemented
stx:result-buffer @name, @clear
stx:process-buffer @name, @group
stx:message
stx:variable @name, @select, @keep-value
Note: group variables with content not implemented
stx:assign @name, @select

Built-in Functions

Sequence Functions
sf:empty()
sf:exists()
sf:item-at()
sf:index-of()
sf:subsequence()
sf:insert-before()
sf:remove()
Node Functions
sf:name()
sf:namespace-uri()
sf:local-name()
sf:position()
sf:has-child-nodes()
sf:node-kind()
sf:get-in-scope-namespaces()
sf:get-namespace-uri-for-prefix()
sf:lang()
Boolean Functions
sf:true()
sf:false()
sf:not()
String Functions
sf:concat()
sf:string-join()
sf:starts-with()
sf:ends-with()
sf:contains()
sf:substring()
sf:substring-before()
sf:substring-after()
sf:string-length()
sf:normalize-space()
sf:normalize-unicode()
sf:upper-case()
sf:lower-case()
sf:translate()
sf:string-pad()
sf:matches()
sf:replace()
sf:tokenize()
sf:escape-uri()
Numerical Functions
sf:floor()
sf:ceiling()
sf:round()
Aggregate Functions
sf:count()
sf:sum()
sf:avg()
sf:max()
sf:min()
Conversion Functions
sf:string()
sf:number()
sf:boolean()

$Id: stx-status.html,v 1.3 2003/10/10 08:34:19 cvspetr Exp $