XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
venkata subrahmanyamSubject: DTD to XML conversion errors
Author: venkata subrahmanyam
Date: 17 Feb 2006 05:28 PM
Hi,
When i am tryin to convert DTD file to XML file ,i am getting beolow errors while validating.

=================Message starts here================
Validating 161_show_shipment_005.xml...
file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:2,102: warning: Element 'CARDID' was referenced in a content model but never declared

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:2,102: warning: Element 'TEXT' was referenced in a content model but never declared

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:2,102: warning: Element 'SYNCID' was referenced in a content model but never declared

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:73,12: Unknown element 'SYNCID'
file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:167,17: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:308,16: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:495,17: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'

file:///d:/venkat/shipping inbound/WIP/Feb11/161_show_shipment_005.xml:532,16: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'

The XML document 161_show_shipment_005.xml is NOT valid (5 errors)

=================Message ends here================

I appreciate your help.

thanks
venkat

Postnext
Minollo I.Subject: DTD to XML conversion errors
Author: Minollo I.
Date: 18 Feb 2006 01:56 AM
Can you attach or email us (stylusstudio@progress.com) the DTD you are using?

Thanks,
Minollo

Postnext
venkata subrahmanyamSubject: DTD to XML conversion errors
Author: venkata subrahmanyam
Date: 18 Feb 2006 02:20 AM
Hi,
Attached dtd file as advised.
Thanks
venkata


Document161_show_shipment_005.zip
DTD file and other resource files

Postnext
Minollo I.Subject: DTD to XML conversion errors
Author: Minollo I.
Date: 19 Feb 2006 10:30 PM
As long as these warnings are concerned:
Validating Untitled2.xml...
warning: Element 'CARDID' was referenced in a content model but never declared
warning: Element 'TEXT' was referenced in a content model but never declared
warning: Element 'SYNCID' was referenced in a content model but never declared

...they seem to be legitimate problems; those elements are referenced as part of the content model of other elements, but they are not defined in the files you are attached. That causes the inevitable next error:
44,10: Unknown element 'SYNCID'

...because the DTD to XML wizard generates SYNCID as part of the SHIPMENT content model.

About the other errors:
278,14: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'
465,15: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'
502,14: Element 'URI' is not valid for content model: '(DATETIME?,QUANTITY?,CMPRSNTYPE?,CMPRSNID?,DESCRIPTN?,FILETYPE?,NOTES*,TITLE?,(FILENAME|URI),USERAREA?)'

...they are all about the fact that FILENAME and URI are in alternative as children of ATTCHREF; the wizard generates both because its goal is to generate a reasonably complete template of the structure described in the DTD. If you remove FILENAME or URI those errors will go away.

In general, the goal of the DTD to XML wizard is to create an XML template consistent with the structure described by the DTD; its goal is not to create a valid XML document. The XML Schema to XML wizard tries much harder to generate a valid XML output.

Hope this helps,
Minollo

Postnext
murugadoss narayananSubject: DTD to XML conversion errors
Author: murugadoss narayanan
Date: 28 Feb 2006 04:33 PM
Thanks for inputs.we were able to generate xml file by editing the DTD file.But the generated xml file is not haing all the elements and causing the error while parsing the data.The mandatory element is missing , please help us to locate the mandatory elements(source line Id) in the dtd.
Also i am again attaching dtd file for ur quick reference ,please advise.
thanks
venkata & Muru


Unknown161_show_shipment_005.dtd

Posttop
Minollo I.Subject: DTD to XML conversion errors
Author: Minollo I.
Date: 28 Feb 2006 05:29 PM
I think I need all the modified referenced DTDs to get the error you are mentioning; using the DTD you attached to the latest message, and referencing the older DTDs you attached earlier, I still get the old errors we discussed about.

Thanks,
Minollo

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.