This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
But what is I has a hunderd CD? I just don't want type one by one, I also don't want copy/paste. Can I write a java program to create a user interface input the CD content and how I put the content in the XML document? Thanks for the help!
Since an XML document is based on ASCII text, you can use any text editor to create XML documents. There are several advanced XML-compliant editors which are intelligent enough to validate the document as you keep typing! Checkout www.xmlspy.com For creating large XML documents it is not uncommon to use custom-written 4GL applications. For example, you could write a Java program that reads 100 records from the database and generates an XML document comprising of those records. These days major database vendors support autogeneration of XML resultsets. Hope that helps! ------------------ Ajith Kallambella M. Sun Certified Programmer for the Java�2 Platform. IBM Certified Developer - XML and Related Technologies, V1.
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).