Thank you for your answer. But what i meant is you have to "translate" a dtd into xml...
just like for example i found an example of an schema and i want to translate it into xml :p
hello
i need to create an XML file and convert it to DTD (or viceversa)
I did this:
<!ELEMENT Arbolgenealogico (Familia+) >
<!ELEMENT (Primos+,Abuelos,Primossegundos?,Tios*)>
<!ELEMENT Primos (Nombre,Apellido,FechaNac,Edad)>
<!ELEMENT Nombre (#PCDATA)>
<!ELEMENT Apellido (#PCDATA)>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.