Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
766 views

XSLT with Xalan vs. STX with Joost

Where can I find performance metrics (memory/time) for a non-trivial example of using XSLT (with Xalan) compared to using STX (with Joost)
2
votes
4answers
1k views

Efficient merging of multiple, large xml files into one

I searched the web and I searched stackoverflow up and down. No solution. Although I found solutions how to do this within pure xslt here. But the problem is that the resulting xml will be several ...
2
votes
8answers
416 views

Doing XML extracts with XSLT without having to read the whole DOM tree into memory?

I have a situation where I want to extract some information from some very large but regular XML files (just had to do it with a 500 Mb file), and where XSLT would be perfect. Unfortunately those ...
0
votes
2answers
805 views

Sending/Receiving messages framed for serial communication over .Net Socket

We have done some basic TCP communication, but have a few questions. We are communicating with a TCP server where the transaction flow is described as follows: The sender initiates the ...