R
Rajesh Patel
I am currently using JDOM to access a rather large xml document(2mb).
JDOM is taking up too much memory, I am looking for somethng that
is more light weight.
I know that SAX will work, but I would rather uses something like
xslt since I'm tranforming the xml document into HTML. Don't
ask me why they want to transform such a large document into HTML,
especially considering the resultant HTML is going to be over 20meg.
That is what the customer wants...
So, is XSLT suitable for this type of thing, or is it going to
end up loading up the entire document into memory?
Raj
JDOM is taking up too much memory, I am looking for somethng that
is more light weight.
I know that SAX will work, but I would rather uses something like
xslt since I'm tranforming the xml document into HTML. Don't
ask me why they want to transform such a large document into HTML,
especially considering the resultant HTML is going to be over 20meg.
That is what the customer wants...
So, is XSLT suitable for this type of thing, or is it going to
end up loading up the entire document into memory?
Raj