This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes XML and Related Technologies and the fly likes Making a DTD/XML schema from xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Making a DTD/XML schema from xml file" Watch "Making a DTD/XML schema from xml file" New topic
Author

Making a DTD/XML schema from xml file

Srinivasa Kadiyala
Ranch Hand

Joined: Jun 10, 2004
Posts: 237
I have to make a DTD/XML SChema from xml files already existing.

any software available to do so ?

what is better DTD or XML Schema ?


Srini
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Originally posted by Puthriah Sarma:
what is better DTD or XML Schema ?

DTD is easier and better supported by tools but less powerful.
XML Schema is more powerful but more complex and not as much supported by tools than DTD is.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Axel Janssen
Ranch Hand

Joined: Jan 08, 2001
Posts: 2164
wsad 5 supports both.
But its big piece of software.
When you really have a fast internet connection you might consider to download test version from IBM.
But I am sure there are leaner alternatives for the task.
[ September 09, 2004: Message edited by: Axel Janssen ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Making a DTD/XML schema from xml file
 
Similar Threads
Merging 2 xml files
different headers JSF 1.1 and JSF 2.0
Different about DTD and XML Schema
Schema difference
XSD from Xml doc