Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

batik to java help

843834Mar 1 2005
hi i am new to xml and java and i wanto to creat a xml document i know how to do this with batik but i want to do this with pure java

DOMImplementation impl = DOMImplementation.getDOMImplementation();


//Create a document from the DOMImplementation
String svgNS = DOMImplementation.SVG_NAMESPACE_URI;

Document doc = impl.createDocument(svgNS, "svg", null);


Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2005
Added on Mar 1 2005
0 comments
179 views