iam using jwsdp2.0 and jdk1.6
my dtd is library.dtd
*************** *************** *************** *************** ********
<?xml version="1.0" encoding="US-ASCII" ?>
<!ELEMENT library (fiction , biography ,science)>
<!ELEMENT fiction (book)+>
<!ELEMENT biography (book)+>
<!ELEMENT science (book)+>
<!ELEMENT book (#PCDATA)>
*************** *************** *************** *************** ********
after i set the classpath and execute using command
xjc -dtd library.dtd
Iam getting this
D:\Jaxbdemo>xjc -dtd library.dtd
*************** *************** *************** *************** ********
parsing a schema...
compiling a schema...
generated\Biogr aphy.java
generated\Book. java
generated\Ficti on.java
generated\Libra ry.java
generated\Objec tFactory.java
generated\Scien ce.java
*************** *************** *************** *************** ********
Iam not getting interfaces or runtimes inside it.is that an error.Iam completely new to Jax-b .can anyone guide me in this regard.
I followed the material in roseindia.net .
mail me at asade@miracleso ft.com.
Thanks and regards........ ..
my dtd is library.dtd
*************** *************** *************** *************** ********
<?xml version="1.0" encoding="US-ASCII" ?>
<!ELEMENT library (fiction , biography ,science)>
<!ELEMENT fiction (book)+>
<!ELEMENT biography (book)+>
<!ELEMENT science (book)+>
<!ELEMENT book (#PCDATA)>
*************** *************** *************** *************** ********
after i set the classpath and execute using command
xjc -dtd library.dtd
Iam getting this
D:\Jaxbdemo>xjc -dtd library.dtd
*************** *************** *************** *************** ********
parsing a schema...
compiling a schema...
generated\Biogr aphy.java
generated\Book. java
generated\Ficti on.java
generated\Libra ry.java
generated\Objec tFactory.java
generated\Scien ce.java
*************** *************** *************** *************** ********
Iam not getting interfaces or runtimes inside it.is that an error.Iam completely new to Jax-b .can anyone guide me in this regard.
I followed the material in roseindia.net .
mail me at asade@miracleso ft.com.
Thanks and regards........ ..
Comment