Extension Module - Ft.Server.Server.Xslt

########################################################################
#
# File Name:            __init__.py
#

Namespaces

The namespaces for extensions defined in this document are:

Prefix Namespace
fcore http://xmlns.4suite.org/4ss/score
fhttp http://xmlns.4suite.org/4ss/http
fimap http://xmlns.4suite.org/4ss/imap
frdf http://xmlns.4suite.org/4ss/rdf
futil http://xmlns.4suite.org/4ss/util

The prefixes are given for this document only. Any other prefix can be used within a particular stylesheet.


Functions

Function Syntax
fcore:as-dom unknown fcore:as-dom(path)
fcore:delete-session-data unknown fcore:delete-session-data(key)
fcore:get-absolute-path unknown fcore:get-absolute-path(path)
fcore:get-acl-by-key unknown fcore:get-acl-by-key(aclKey, path)
fcore:get-aliases unknown fcore:get-aliases(path)
fcore:get-all-acl unknown fcore:get-all-acl(path)
fcore:get-all-document-definition-paths unknown fcore:get-all-document-definition-paths(path)
fcore:get-available-handlers unknown fcore:get-available-handlers(module)
fcore:get-available-modules unknown fcore:get-available-modules()
fcore:get-base-definitions unknown fcore:get-base-definitions(path)
fcore:get-content unknown fcore:get-content(path, encoding)
fcore:get-creation-date unknown fcore:get-creation-date(path)
fcore:get-creation-params unknown fcore:get-creation-params(path)
fcore:get-current-user unknown fcore:get-current-user()
fcore:get-current-username unknown fcore:get-current-username()
fcore:get-derived-definitions unknown fcore:get-derived-definitions(path)
fcore:get-document-definition unknown fcore:get-document-definition(path)
fcore:get-groups unknown fcore:get-groups(path)
fcore:get-imt unknown fcore:get-imt(path)
fcore:get-last-modified-date unknown fcore:get-last-modified-date(path)
fcore:get-member-paths unknown fcore:get-member-paths(group)
fcore:get-metadata-resource unknown fcore:get-metadata-resource(path)
fcore:get-name unknown fcore:get-name(path)
fcore:get-ns-map unknown fcore:get-ns-map(path)
fcore:get-owner unknown fcore:get-owner(path)
fcore:get-parent unknown fcore:get-parent(path)
fcore:get-raw-content unknown fcore:get-raw-content(path, encoding)
fcore:get-rdf-maps unknown fcore:get-rdf-maps(path)
fcore:get-reference unknown fcore:get-reference(path)
fcore:get-size unknown fcore:get-size(path)
fcore:get-user-data unknown fcore:get-user-data(key, path)
fcore:get-user-data-keys unknown fcore:get-user-data-keys(path)
fcore:get-user-name unknown fcore:get-user-name()
fcore:get-user-or-group unknown fcore:get-user-or-group(name)
fcore:get-username unknown fcore:get-username(path)
fcore:has-resource unknown fcore:has-resource(path)
fcore:has-session unknown fcore:has-session()
fcore:hash-string unknown fcore:hash-string(rawString)
fcore:normalize-uri unknown fcore:normalize-uri(uri, base)
fcore:remove-user-data unknown fcore:remove-user-data(key, path)
fcore:repo-path-to-uri unknown fcore:repo-path-to-uri(path)
fcore:resource-type unknown fcore:resource-type(path)
fcore:session-data unknown fcore:session-data(key)
fcore:session-invalidate unknown fcore:session-invalidate()
fcore:set-user-data unknown fcore:set-user-data(key, value, path)
fcore:verify-acl unknown fcore:verify-acl(aclKey, path, verifyTraverse)
fhttp:get-query-args unknown fhttp:get-query-args()
fhttp:local-path unknown fhttp:local-path(path)
frdf:any unknown frdf:any()
frdf:complete unknown frdf:complete(subj, pred, obj)
frdf:contains unknown frdf:contains(subj, pred, obj)
frdf:versa-query unknown frdf:versa-query(query, scope)

Elements

Element Syntax
fcore:add-acl <fcore:add-acl
  access = { string }
  ident = { string }
  allowed = { "yes" | "no" }
  path = { uri-reference } />
fcore:add-alias <fcore:add-alias
  alias = { uri-reference }
  doc-def = { uri-reference }
  path = { uri-reference } />
fcore:add-base-document-definition <fcore:add-base-document-definition
  docdef = { uri-reference }
  path = { uri-reference } />
fcore:add-member <fcore:add-member
  member-path = { uri-reference }
  path = { uri-reference } />
fcore:add-ns-map <fcore:add-ns-map
  prefix = { prefix }
  uri = { uri-reference }
  path = { uri-reference } />
fcore:add-rdf-map <fcore:add-rdf-map
  object = { string }
  object-is-resource = { "yes" | "no" }
  predicate = { string }
  subject = { string }
  path = { uri-reference } />
fcore:change-password <fcore:change-password
  path = { uri-reference }
  new-password = { string } />
fcore:create-container <fcore:create-container
  path = { uri-reference }
  base-path = { uri-reference }
  create-parents = { "yes" | "no" } />
fcore:create-document <fcore:create-document
  base-path = { uri-reference }
  cdata-section-elements = { qnames }
  docdef = { uri-reference }
  doctype-public = { string }
  doctype-system = { string }
  encoding = { string }
  imt = { string }
  indent = { "yes" | "no" }
  media-type = { string }
  method = { qname }
  omit-xml-declaration = { "yes" | "no" }
  path = { uri-reference }
  standalone = { "yes" | "no" }
  type = { string }
  version = { nmtoken }
  <!-- Content: template -->
/>
fcore:create-group <fcore:create-group
  path = { uri-reference }
  base-path = { uri-reference } />
fcore:create-raw-file <fcore:create-raw-file
  base-path = { uri-reference }
  cdata-section-elements = { qnames }
  content-as-string = "yes" | "no"
  doctype-public = { string }
  doctype-system = { string }
  encoding = { string }
  indent = { "yes" | "no" }
  media-type = { string }
  method = { qname }
  omit-xml-declaration = { "yes" | "no" }
  path = { uri-reference }
  standalone = { "yes" | "no" }
  version = { nmtoken }
  <!-- Content: template -->
/>
fcore:create-session <fcore:create-session
  key = { string }
  ttl = { number } />
fcore:create-uri-reference <fcore:create-uri-reference
  path = { uri-reference }
  base-path = { uri-reference }
  imt = { string }
  source-uri = { uri-reference } />
fcore:create-user <fcore:create-user
  password = { string }
  username = { string }
  base-path = { uri-reference } />
fcore:delete-resource <fcore:delete-resource
  path = { uri-reference }
  <!-- Content: template -->
/>
fcore:inherit-acl <fcore:inherit-acl
  access = { string }
  path = { uri-reference } />
fcore:login <fcore:login
  password = { string }
  user = { string }
  failure-redirect = { string }
  success-redirect = { string }
  timeout-redirect = { string }
  ttl = { number } />
fcore:mark-temporary <fcore:mark-temporary
  time-to-live = { number }
  path = { uri-reference } />
fcore:remove-acl <fcore:remove-acl
  access = { string }
  ident = { string }
  path = { uri-reference } />
fcore:remove-alias <fcore:remove-alias
  alias = { uri-reference }
  path = { uri-reference } />
fcore:remove-base-document-definition <fcore:remove-base-document-definition
  docdef = { uri-reference }
  path = { uri-reference } />
fcore:remove-member <fcore:remove-member
  member-path = { uri-reference }
  path = { uri-reference } />
fcore:remove-ns-map <fcore:remove-ns-map
  prefix = { prefixes }
  path = { uri-reference } />
fcore:remove-rdf-map <fcore:remove-rdf-map
  object = { string }
  predicate = { string }
  subject = { string }
  path = { uri-reference } />
fcore:repo-text-reindex <fcore:repo-text-reindex />
fcore:repo-text-search <fcore:repo-text-search
  query = { string } />
fcore:rollback <fcore:rollback />
fcore:session-data <fcore:session-data
  key = { string }
  value = { string }
  <!-- Content: template -->
/>
fcore:set-acl <fcore:set-acl
  access = { string }
  ident = { string }
  allowed = { "yes" | "no" }
  path = { uri-reference } />
fcore:set-content <fcore:set-content
  content-as-string = "yes" | "no"
  path = { uri-reference }
  <!-- Content: template -->
/>
fcore:set-creation-params <fcore:set-creation-params
  path = { uri-reference }
  <!-- Content: template -->
/>
fcore:set-document-definition <fcore:set-document-definition
  docdef = { string }
  path = { uri-reference } />
fcore:set-imt <fcore:set-imt
  imt = { string }
  path = { uri-reference } />
fcore:set-owner <fcore:set-owner
  owner = { uri-reference }
  path = { uri-reference } />
fcore:set-reference <fcore:set-reference
  reference = { uri-reference }
  path = { uri-reference } />
fcore:set-username <fcore:set-username
  new-name = { string }
  path = { uri-reference } />
fcore:x-update <fcore:x-update
  path = { uri-reference }
  <!-- Content: template -->
/>
fhttp:request-headers <fhttp:request-headers />
fhttp:response-uri <fhttp:response-uri
  uri = { uri-reference } />
frdf:add <frdf:add
  o = expression
  p = expression
  s = expression
  scope = string-expression
  stmt-uri = string-expression
  type = expression />
frdf:complete <frdf:complete
  o = expression
  o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  p = expression
  p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  s = expression
  s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  scope = string-expression
  scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  stmt-uri = string-expression
  stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  type = expression />
frdf:deserialize-and-add <frdf:deserialize-and-add
  path = { uri-reference }
  base-path = { uri-reference }
  <!-- Content: template -->
/>
frdf:deserialize-and-remove <frdf:deserialize-and-remove
  path = { uri-reference }
  base-path = { uri-reference }
  <!-- Content: template -->
/>
frdf:remove <frdf:remove
  o = expression
  o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  p = expression
  p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  s = expression
  s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  scope = string-expression
  scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  stmt-uri = string-expression
  stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  type = expression />
frdf:versa-assign <frdf:versa-assign
  name = { string }
  query = { string }
  scope = { string } />
frdf:versa-query <frdf:versa-query
  query = { string }
  scope = { string } />
frdf:visualize <frdf:visualize
  graph-vis = { uri-reference }
  output-path = { uri-reference }
  map-name = { id }
  max-arcs = { string }
  namespaces = { string }
  resourcePath = { string }
  rotate = { "yes" | "no" }
  scoped = { string }
  svg = { string }
  uri-format = { string } />
futil:xml-rpc-invoke <futil:xml-rpc-invoke
  method = { string }
  uri = { uri-reference }
  p1 = expression
  p2 = expression
  p3 = expression
  p4 = expression
  p5 = expression
  t1 = expression
  t2 = expression
  t3 = expression
  t4 = expression
  t5 = expression
  <!-- Content: template -->
/>

Functions

Function - fcore:as-dom

Function Syntax

unknown fcore:as-dom(path)

Function - fcore:delete-session-data

Function Syntax

unknown fcore:delete-session-data(key)

Function - fcore:get-absolute-path

Function Syntax

unknown fcore:get-absolute-path(path)

Function - fcore:get-acl-by-key

Function Syntax

unknown fcore:get-acl-by-key(aclKey, path)

Function - fcore:get-aliases

Function Syntax

unknown fcore:get-aliases(path)

Function - fcore:get-all-acl

Function Syntax

unknown fcore:get-all-acl(path)

Function - fcore:get-all-document-definition-paths

Function Syntax

unknown fcore:get-all-document-definition-paths(path)

Function - fcore:get-available-handlers

Function Syntax

unknown fcore:get-available-handlers(module)

Function - fcore:get-available-modules

Function Syntax

unknown fcore:get-available-modules()

Function - fcore:get-base-definitions

Function Syntax

unknown fcore:get-base-definitions(path)

Function - fcore:get-content

Function Syntax

unknown fcore:get-content(path, encoding)

Function - fcore:get-creation-date

Function Syntax

unknown fcore:get-creation-date(path)

Function - fcore:get-creation-params

Function Syntax

unknown fcore:get-creation-params(path)

Function - fcore:get-current-user

Function Syntax

unknown fcore:get-current-user()

Function - fcore:get-current-username

Function Syntax

unknown fcore:get-current-username()

Function - fcore:get-derived-definitions

Function Syntax

unknown fcore:get-derived-definitions(path)

Function - fcore:get-document-definition

Function Syntax

unknown fcore:get-document-definition(path)

Function - fcore:get-groups

Function Syntax

unknown fcore:get-groups(path)

Function - fcore:get-imt

Function Syntax

unknown fcore:get-imt(path)

Function - fcore:get-last-modified-date

Function Syntax

unknown fcore:get-last-modified-date(path)

Function - fcore:get-member-paths

Function Syntax

unknown fcore:get-member-paths(group)

Function - fcore:get-metadata-resource

Function Syntax

unknown fcore:get-metadata-resource(path)

Function - fcore:get-name

Function Syntax

unknown fcore:get-name(path)

Function - fcore:get-ns-map

Function Syntax

unknown fcore:get-ns-map(path)

Function - fcore:get-owner

Function Syntax

unknown fcore:get-owner(path)

Function - fcore:get-parent

Function Syntax

unknown fcore:get-parent(path)

Function - fcore:get-raw-content

Function Syntax

unknown fcore:get-raw-content(path, encoding)

Function - fcore:get-rdf-maps

Function Syntax

unknown fcore:get-rdf-maps(path)

Function - fcore:get-reference

Function Syntax

unknown fcore:get-reference(path)

Function - fcore:get-size

Function Syntax

unknown fcore:get-size(path)

Function - fcore:get-user-data

Function Syntax

unknown fcore:get-user-data(key, path)

Function - fcore:get-user-data-keys

Function Syntax

unknown fcore:get-user-data-keys(path)

Function - fcore:get-user-name

Function Syntax

unknown fcore:get-user-name()

Function - fcore:get-user-or-group

Function Syntax

unknown fcore:get-user-or-group(name)

Function - fcore:get-username

Function Syntax

unknown fcore:get-username(path)

Function - fcore:has-resource

Function Syntax

unknown fcore:has-resource(path)

Function - fcore:has-session

Function Syntax

unknown fcore:has-session()

Function - fcore:hash-string

Function Syntax

unknown fcore:hash-string(rawString)

Function - fcore:normalize-uri

Function Syntax

unknown fcore:normalize-uri(uri, base)

Function - fcore:remove-user-data

Function Syntax

unknown fcore:remove-user-data(key, path)

Function - fcore:repo-path-to-uri

Function Syntax

unknown fcore:repo-path-to-uri(path)

Function - fcore:resource-type

Function Syntax

unknown fcore:resource-type(path)

Function - fcore:session-data

Function Syntax

unknown fcore:session-data(key)

Function - fcore:session-invalidate

Function Syntax

unknown fcore:session-invalidate()

Function - fcore:set-user-data

Function Syntax

unknown fcore:set-user-data(key, value, path)

Function - fcore:verify-acl

Function Syntax

unknown fcore:verify-acl(aclKey, path, verifyTraverse)

Function - fhttp:get-query-args

Function Syntax

unknown fhttp:get-query-args()

Function - fhttp:local-path

Function Syntax

unknown fhttp:local-path(path)

Function - frdf:any

Function Syntax

unknown frdf:any()

Function - frdf:complete

Function Syntax

unknown frdf:complete(subj, pred, obj)

Function - frdf:contains

Function Syntax

unknown frdf:contains(subj, pred, obj)

Function - frdf:versa-query

Function Syntax

unknown frdf:versa-query(query, scope)


Elements

Element - fcore:add-acl

Element Syntax

<fcore:add-acl
  access = { string }
  ident = { string }
  allowed = { "yes" | "no" }
  path = { uri-reference } />

## ##################################### ## #ACL Interfaces ## #####################################

Element - fcore:add-alias

Element Syntax

<fcore:add-alias
  alias = { uri-reference }
  doc-def = { uri-reference }
  path = { uri-reference } />

Element - fcore:add-base-document-definition

Element Syntax

<fcore:add-base-document-definition
  docdef = { uri-reference }
  path = { uri-reference } />

Element - fcore:add-member

Element Syntax

<fcore:add-member
  member-path = { uri-reference }
  path = { uri-reference } />

Element - fcore:add-ns-map

Element Syntax

<fcore:add-ns-map
  prefix = { prefix }
  uri = { uri-reference }
  path = { uri-reference } />

Element - fcore:add-rdf-map

Element Syntax

<fcore:add-rdf-map
  object = { string }
  object-is-resource = { "yes" | "no" }
  predicate = { string }
  subject = { string }
  path = { uri-reference } />

Element - fcore:change-password

Element Syntax

<fcore:change-password
  path = { uri-reference }
  new-password = { string } />

Element - fcore:create-container

Element Syntax

<fcore:create-container
  path = { uri-reference }
  base-path = { uri-reference }
  create-parents = { "yes" | "no" } />

Element - fcore:create-document

Element Syntax

<fcore:create-document
  base-path = { uri-reference }
  cdata-section-elements = { qnames }
  docdef = { uri-reference }
  doctype-public = { string }
  doctype-system = { string }
  encoding = { string }
  imt = { string }
  indent = { "yes" | "no" }
  media-type = { string }
  method = { qname }
  omit-xml-declaration = { "yes" | "no" }
  path = { uri-reference }
  standalone = { "yes" | "no" }
  type = { string }
  version = { nmtoken }
  <!-- Content: template -->
/>

Element - fcore:create-group

Element Syntax

<fcore:create-group
  path = { uri-reference }
  base-path = { uri-reference } />

Element - fcore:create-raw-file

Element Syntax

<fcore:create-raw-file
  base-path = { uri-reference }
  cdata-section-elements = { qnames }
  content-as-string = "yes" | "no"
  doctype-public = { string }
  doctype-system = { string }
  encoding = { string }
  indent = { "yes" | "no" }
  media-type = { string }
  method = { qname }
  omit-xml-declaration = { "yes" | "no" }
  path = { uri-reference }
  standalone = { "yes" | "no" }
  version = { nmtoken }
  <!-- Content: template -->
/>

Element - fcore:create-session

Element Syntax

<fcore:create-session
  key = { string }
  ttl = { number } />

Element - fcore:create-uri-reference

Element Syntax

<fcore:create-uri-reference
  path = { uri-reference }
  base-path = { uri-reference }
  imt = { string }
  source-uri = { uri-reference } />

Element - fcore:create-user

Element Syntax

<fcore:create-user
  password = { string }
  username = { string }
  base-path = { uri-reference } />

Element - fcore:delete-resource

Element Syntax

<fcore:delete-resource
  path = { uri-reference }
  <!-- Content: template -->
/>

Element - fcore:inherit-acl

Element Syntax

<fcore:inherit-acl
  access = { string }
  path = { uri-reference } />

Element - fcore:login

Element Syntax

<fcore:login
  password = { string }
  user = { string }
  failure-redirect = { string }
  success-redirect = { string }
  timeout-redirect = { string }
  ttl = { number } />

Element - fcore:mark-temporary

Element Syntax

<fcore:mark-temporary
  time-to-live = { number }
  path = { uri-reference } />

## ######################################## ## #Temporary file Interfaces ## ########################################

Element - fcore:remove-acl

Element Syntax

<fcore:remove-acl
  access = { string }
  ident = { string }
  path = { uri-reference } />

Element - fcore:remove-alias

Element Syntax

<fcore:remove-alias
  alias = { uri-reference }
  path = { uri-reference } />

## ###################################### ## #Delete Interface ## ######################################

Element - fcore:remove-base-document-definition

Element Syntax

<fcore:remove-base-document-definition
  docdef = { uri-reference }
  path = { uri-reference } />

Element - fcore:remove-member

Element Syntax

<fcore:remove-member
  member-path = { uri-reference }
  path = { uri-reference } />

Element - fcore:remove-ns-map

Element Syntax

<fcore:remove-ns-map
  prefix = { prefixes }
  path = { uri-reference } />

Element - fcore:remove-rdf-map

Element Syntax

<fcore:remove-rdf-map
  object = { string }
  predicate = { string }
  subject = { string }
  path = { uri-reference } />

Element - fcore:repo-text-reindex

Element Syntax

<fcore:repo-text-reindex />

Element - fcore:repo-text-search

Element Syntax

<fcore:repo-text-search
  query = { string } />

Element - fcore:rollback

Element Syntax

<fcore:rollback />

Element - fcore:session-data

Element Syntax

<fcore:session-data
  key = { string }
  value = { string }
  <!-- Content: template -->
/>

Element - fcore:set-acl

Element Syntax

<fcore:set-acl
  access = { string }
  ident = { string }
  allowed = { "yes" | "no" }
  path = { uri-reference } />

Element - fcore:set-content

Element Syntax

<fcore:set-content
  content-as-string = "yes" | "no"
  path = { uri-reference }
  <!-- Content: template -->
/>

## ########################################## ## #Mutation Interfaces ## ##########################################

Element - fcore:set-creation-params

Element Syntax

<fcore:set-creation-params
  path = { uri-reference }
  <!-- Content: template -->
/>

Element - fcore:set-document-definition

Element Syntax

<fcore:set-document-definition
  docdef = { string }
  path = { uri-reference } />

Element - fcore:set-imt

Element Syntax

<fcore:set-imt
  imt = { string }
  path = { uri-reference } />

Element - fcore:set-owner

Element Syntax

<fcore:set-owner
  owner = { uri-reference }
  path = { uri-reference } />

Element - fcore:set-reference

Element Syntax

<fcore:set-reference
  reference = { uri-reference }
  path = { uri-reference } />

Element - fcore:set-username

Element Syntax

<fcore:set-username
  new-name = { string }
  path = { uri-reference } />

Element - fcore:x-update

Element Syntax

<fcore:x-update
  path = { uri-reference }
  <!-- Content: template -->
/>

Element - fhttp:request-headers

Element Syntax

<fhttp:request-headers />

Element - fhttp:response-uri

Element Syntax

<fhttp:response-uri
  uri = { uri-reference } />

Element - frdf:add

Element Syntax

<frdf:add
  o = expression
  p = expression
  s = expression
  scope = string-expression
  stmt-uri = string-expression
  type = expression />

Element - frdf:complete

Element Syntax

<frdf:complete
  o = expression
  o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  p = expression
  p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  s = expression
  s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  scope = string-expression
  scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  stmt-uri = string-expression
  stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  type = expression />

Element - frdf:deserialize-and-add

Element Syntax

<frdf:deserialize-and-add
  path = { uri-reference }
  base-path = { uri-reference }
  <!-- Content: template -->
/>

Element - frdf:deserialize-and-remove

Element Syntax

<frdf:deserialize-and-remove
  path = { uri-reference }
  base-path = { uri-reference }
  <!-- Content: template -->
/>

Element - frdf:remove

Element Syntax

<frdf:remove
  o = expression
  o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  p = expression
  p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  s = expression
  s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  scope = string-expression
  scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  stmt-uri = string-expression
  stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" }
  type = expression />

Element - frdf:versa-assign

Element Syntax

<frdf:versa-assign
  name = { string }
  query = { string }
  scope = { string } />

Element - frdf:versa-query

Element Syntax

<frdf:versa-query
  query = { string }
  scope = { string } />

Element - frdf:visualize

Element Syntax

<frdf:visualize
  graph-vis = { uri-reference }
  output-path = { uri-reference }
  map-name = { id }
  max-arcs = { string }
  namespaces = { string }
  resourcePath = { string }
  rotate = { "yes" | "no" }
  scoped = { string }
  svg = { string }
  uri-format = { string } />

Element - futil:xml-rpc-invoke

Element Syntax

<futil:xml-rpc-invoke
  method = { string }
  uri = { uri-reference }
  p1 = expression
  p2 = expression
  p3 = expression
  p4 = expression
  p5 = expression
  t1 = expression
  t2 = expression
  t3 = expression
  t4 = expression
  t5 = expression
  <!-- Content: template -->
/>