thankx all those who answered my question. Anyway, but i found he answer in
the FAQ of JDOM itself

<extract>
        How do I construct a Document from a String?

        You use standard Java IO library calls. Wrap the String
        with a StringReader and pass the reader to SAXBuilder:

        Document doc = builder.build(new StringReader(xml));
</extract>

solved my problem. Guess here's where i get 2 hear the famous -- RTFM ;)


thankx all !!

Mayuresh

PS: LOT = Little-bit off the topic
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 02/12/2001

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to