Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: XSLT processing huge XMLs

by morfeas (Novice)
on Feb 07, 2005 at 13:12 UTC ( [id://428659]=note: print w/replies, xml ) Need Help??


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

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?

Replies are listed 'Best First'.
Re^5: XSLT processing huge XMLs
by demerphq (Chancellor) on Feb 07, 2005 at 15:11 UTC

    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

        I would be doubting whether Turbo C can compile Perl though - but would be pleasantly surprised to be proved wrong, you might even get away with using the Borland C instructions and substituting tcc for bcc in the Makefile.

        /J\

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-24 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found