sennat ms

Greenhorn
+ Follow
since Feb 07, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sennat ms

I am working with a xml project.
I got to parse a xml which is in the form of a string using xsl.Look at the following,

transformer.transform(new SAXSource(new InputSource(new ByteArrayInputStream("<xml>test</xml>".getBytes()))), new StreamResult(out));

this is an example to tell you what I tried.The code compiled successfully but it is not able to transform or parse it using the xml.The message I got from the server is,

"No Source Parameter supplied"

Can any one tell me how to wrk with strings and parse them as I had shown u?
I am working with a xml project.
I got to parse a xml which is in the form of a string using xsl.Look at the following,

transformer.transform(new SAXSource(new InputSource(new ByteArrayInputStream("<xml>test</xml>".getBytes()))), new StreamResult(out));

this is an example to tell you what I tried.The code compiled successfully but it is not able to transform or parse it using the xml.The message I got from the server is,

"No Source Parameter supplied"

Can any one tell me how to wrk with strings and parse them as I had shown u?
hey any one is working with Java Connectors and sap ?
if so can u help me out in using the "fromXML(java.lang.String data)"
method in JCO Java Connectors API
Can any one help me out i am badly need of that in my project
[ April 26, 2006: Message edited by: Ulf Dittmer ]
18 years ago
Is there any other way to connect to an SQL database other than JDBC-ODBC.
If so please tell me how to do it. sennat_ms@yahoo.co.in
18 years ago