Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: XSLT processing huge XMLs

by ajt (Prior)
on Feb 07, 2005 at 11:44 UTC ( [id://428635]=note: print w/replies, xml ) Need Help??


in reply to XSLT processing huge XMLs

I've found XML::LibXML and XML::LibXSLT to be very powerful modules, that when combined are capable of processing large and complex XML files. They are based on the very good Gnome libXML2 and libXSLT libraries.

HTH

* EDIT: Extra Links added *


--
ajt

Replies are listed 'Best First'.
Re^2: XSLT processing huge XMLs
by Anonymous Monk on Feb 07, 2005 at 11:57 UTC
    Is there any alternative to extent Sablotron ?... Needs to overcome the .Net solution that translates the xml in few secs... That means to work exclusively in win32. For small xmls Sablotron is excellent but considering huge xmls.. Dont know, maybe something to parse the xml in chunks translate those sequentialy (with xsl)and adding them in the final xml version of the xslt. Is there any hinds for that approach? Thanks for your concer ajt.

      XML::LibXSLT will install okay on Win32, you can build all the bits yourself, use the Cygwin version of Perl or install a pre-compiled binary, see below for more details:

      While you are here you may wish to join the Monastery, which will improve your experience of the place by enabling extra features.

      Goood Luck,


      --
      ajt
        Unfortunatelly couldnt install them on the win platform (no ppm available and the cpan refuce to complete the task). I suppose that these are the alternatives that i was looking for? Any ideas on how to improve Sablotron on those tasks? Thinking that the XML::Parser::Expat memory leak is common to other perlish approaches... so a general alternative might be usefull. Doesnt it? am i missing something?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-29 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found