process.tcl File Reference

Go to the source code of this file.

Functions/Subroutines

ret::uri::JoinDom args (type array, type set, type components, optional dom={) array set components $args return dom

Function Documentation

ret ::uri::JoinDom args ( type  array,
type  set,
type  components 
)

Definition at line 34 of file process.tcl.

00036          {
00037     )
00038     array set components $args
00039 
00040     return dom:$components(dom)
00041 }
00042 
00043 # xslt::process::transform --
00044 #
00045 #   Perform an XSL Transformation.
00046 #
00047 # TODO:
00048 #   Return messages
00049 #   Cache source and stylesheet documents.
00050 #   Generate dependency documents.
00051 #
00052 # Arguments:
00053 #   src Location of source document
00054 #   ssheet  Location of stylesheet
00055 #   result  Location for result document
00056 #   params  Parameters (nodelist)
00057 #   args    not needed
00058 #
00059 # Results:
00060 #   Returns empty string for success
00061 
00062 # This version forks a process
00063 proc xslt::process::transform_fork {src ssheet result {params {}} args} {


Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1