ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> activetcl
activetcl
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved