Re: DomSource Vs SaxSource Vs StreamSource

2005-03-07 Thread Joseph Kesselman
>I would like to know what is DTM stands for?? http://xml.apache.org/xalan-j/dtm.html __ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly and unpredictably the day Tim Berners Lee got bitten by a radioactive

Re: DomSource Vs SaxSource Vs StreamSource

2005-03-07 Thread Christine Li
  > I would like to know what is DTM stands for?? > DTM stands for the Document Table Model. For more detail, please refer to http://xml.apache.org/xalan-j/dtm.html By the way, xalan-dev@xml.apache.org is for developers of the xalan to discuss issues, code changes/additions, etc. Please try to s

Re: DomSource Vs SaxSource Vs StreamSource

2005-03-07 Thread IndianAtTech
Hi Thanks for reply. I would like to know what is DTM stands for?? Thanks Indian On Mon, 7 Mar 2005 09:11:20 -0500, Joseph Kesselman <[EMAIL PROTECTED]> wrote: > > am thinking that, this object is used whenever I transform the huge > > XMLs. Am I right on this?? > > Xalan's internal model API

Re: DomSource Vs SaxSource Vs StreamSource

2005-03-07 Thread Joseph Kesselman
> am thinking that, this object is used whenever I transform the huge > XMLs. Am I right on this?? Xalan's internal model API is DTM. DOMSource is used to indicate that the DTM API should be wrapped around a user-provided DOM. SAXSource is used to indicate that a DTM should be built from a user-

Re: DomSource Vs SaxSource Vs StreamSource

2005-03-07 Thread IndianAtTech
Hi Richard, This is not homework my friend. I am just learning the concepts and I didn't understand why apache team has provided three source objects in order to transform the XML to other form. As per initail understanding I understand that transformer transforms the XML, based on events arais

Re: DomSource Vs SaxSource Vs StreamSource

2005-03-06 Thread Advent Information Systems
At 19:56 +0530 6/03/05, IndianAtTech wrote: Hi All, I would like to know the difference between SaxSource,DomSource and StreamSource. And also at what Scenarios developer should use above instances. What are the advantages/disadvantages of one Source Object over other two source objects. Thanks Ini

DomSource Vs SaxSource Vs StreamSource

2005-03-06 Thread IndianAtTech
Hi All, I would like to know the difference between SaxSource,DomSource and StreamSource. And also at what Scenarios developer should use above instances. What are the advantages/disadvantages of one Source Object over other two source objects. Thanks Inidan

DomSource Vs SaxSource Vs StreamSource

2005-03-05 Thread IndianAtTech
Hi All, I would like to know the difference between SaxSource,DomSource and StreamSource. And also at what Scenarios developer should use above instances. What are the advantages/disadvantages of one Source Object over other two source objects. Thanks Inidan

DomSource Vs SaxSource Vs StreamSource

2005-03-05 Thread IndianAtTech
Hi All, I would like to know the difference between SaxSource,DomSource and StreamSource. And also at what Scenarios developer should use above instances. What are the advantages/disadvantages of one Source Object over other two source objects. Thanks Inidan