|
-
String to XML
Hi All,
I have a CLOB column in my database which has an XML data. I retrieve that data and store it in a String variable(It is in XML format only). Now I need to PARSE that String using DOM parser. But before that, I need to do type conversion from String to XML. Is that possible? If I directly pass the String it gives me Exception and does not treat the String as XML.
NOTE: However if I write the string into a file and save it as a "file.xml" then it parses the xml file.
How to type convert String to XML? So that I can directly pass the string to the parser.
Thanks & Regards,
Bala
Similar Threads
-
By mdengler in forum ASP.NET
Replies: 0
Last Post: 11-26-2002, 02:32 PM
-
By Fred Mayes in forum Java
Replies: 1
Last Post: 06-05-2001, 06:12 AM
-
By Julian Milano in forum VB Classic
Replies: 0
Last Post: 08-10-2000, 09:16 PM
-
By chandra in forum VB Classic
Replies: 0
Last Post: 06-22-2000, 07:36 AM
-
By Robert Rieth in forum VB Classic
Replies: 1
Last Post: 04-11-2000, 03:21 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks