Results 1 to 3 of 3
Thread: Writing to DTD Document
- 12-08-2011, 05:04 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
Writing to DTD Document
Hi,
I'm a student for software engineering and i'm doing my final project about merging XML documents by merging their DTD's.
I'm using oracle.xml.parser.v2 Package for this task,
I'm using DOMParser.parseDTD.getDoctype() to get the DTD documents, and the DTD Object to get the ElementDecl and AttrDecl to do the comparison between the two DTD files.
The problem is when I want to create new ElementDecl that suits both DTD and than add it to a new DTD file but I don't see any ADD, INSERT, APPEND or SET methods in the DTD class, just GETs methods, so I can't figure out how to write a new DTD file.
Thanks.
- 12-08-2011, 05:06 PM #2
Re: Writing to DTD Document
Crossposted: Writing to DTD Document
How to Ask Questions the Smart Way
Static Void Games - GameDev tutorials, free Java and JavaScript hosting!
Static Void Games forum - Come say hello!
- 12-08-2011, 05:21 PM #3
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
How to Convert Excel document to word document?
By sudheer.v47 in forum Advanced JavaReplies: 3Last Post: 05-09-2014, 10:26 AM -
writing word document using poi hwpf
By devday in forum New To JavaReplies: 4Last Post: 08-07-2011, 12:15 PM -
Need help with document reading/writing program
By myugi12 in forum New To JavaReplies: 3Last Post: 06-29-2011, 04:57 AM -
Im writing to a file and i want to skip lines while writing to a text file.
By Broden_McDonald in forum New To JavaReplies: 1Last Post: 02-27-2010, 02:29 AM -
add a xml document
By Jack in forum XMLReplies: 2Last Post: 07-04-2007, 10:21 AM
Bookmarks