Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: XSLT processing huge XMLs

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


in reply to Re^2: XSLT processing huge XMLs
in thread XSLT processing huge XMLs

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

Replies are listed 'Best First'.
Re^4: XSLT processing huge XMLs
by morfeas (Novice) on Feb 07, 2005 at 13:12 UTC
    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?

      Sounds like you are missing a C compiler. Get a copy of the latest free MS C compiler (involves installing tons of crap) or get your company to buy one. Either way the amount of money you save by being able to build open source on your MS box will quickly recoup the cost of the compiler.

      Er, the above is assuming that binary interoperability with MS is important, if it isnt then use cygwin perl and cygwin gcc. OTOH, a native compiler will probably result in a faster executables overall. (With some exceptions, AS'es Perl isnt optimal with respect to certain memory operations, especially realloc.)

      ---
      demerphq

        it's really outdated...without any fancy gui or c++ libraries, but i still have a copy of TurboC, which compiles C code into non-gui executables just fine. the TurboC editor/environment is so nice an simple....it's a shame that nowadays the IDEs are so bloated/complicated.
        the hardest line to type correctly is: stty erase ^H

Log In?
Username:
Password:

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

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

    No recent polls found