[Activetcl] XML and dom - please help with some tips
by Tillmann Basien other posts by this author
Nov 11 2007 7:55AM messages near this date
view in the new Beta List Site
Re: [Activetcl] expect / spawn / stderr
|
[Activetcl] state of teapot?
I have an xml output from some a soap services.
I transfer this xml code to a serialized tcl friendly structure.
Here is my code i use
set source [parse $xml]
set transformator [parse $xslStruktur]
set stylesheet [xslt::compile $transformator]
set result [dom::serialize [$stylesheet transform $source]
-method text]
In most cases this works well, but soon the xml is large dom::serialize
does not answer any more...
1) I do not know enought about parsing xml and serialize its
2) are the some parameters to set, if the imput is large (buffer)
3) is there another - quicker way?
4) are there some examples ?
regards
TAB
_______________________________________________
ActiveTcl mailing list
ActiveTcl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|