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
Tobias FriedlSubject: Bug in generating Xml from Dtd
Author: Tobias Friedl
Date: 09 Dec 2014 07:39 AM
Hello,

There is a bug when creating a sample Xml file based on a Dtd.

Dtd code:
<!ELEMENT A (B+|C+)>
<!ELEMENT B (#PCDATA)>
<!ELEMENT C (#PCDATA)>

Now the invalid Xml code that will be generated:
<A><B/><C/></A>

As there is no + outside the group, there must not be B and C child elements of A, only one of them is allowed.
Validating the XML also shows that error.

Version is 2015 R2.

Greetings

Postnext
Ivan PedruzziSubject: Bug in generating Xml from Dtd
Author: Ivan Pedruzzi
Date: 11 Dec 2014 07:06 PM

Hi Tobias,

Thanks, we can reproduce the problem.

Convert the DTD to XSD using the appropriate document wizard then right -click on the element on the diagram and invoke "View XML Sample"

Does it help?

Ivan Pedruzzi
Stylus Studio Team

Postnext
Tobias FriedlSubject: Bug in generating Xml from Dtd
Author: Tobias Friedl
Date: 12 Dec 2014 10:09 AM
Originally Posted: 12 Dec 2014 09:45 AM
Hello,

the alternative is correctly converted to a <xsd:choice> in the XML schema.

When i now generate the XML file, it still contains both elements, but the second one is commented out, e.g:
<A><B><!-- <C></C> --></B></A>
Now valid, but the commented stuff is not required.

Greetings

Postnext
Ivan PedruzziSubject: Bug in generating Xml from Dtd
Author: Ivan Pedruzzi
Date: 12 Dec 2014 07:17 PM

If you do not want to see the other choices, go to

Tools->Options->Module Settings->XML Schema Editor->XML Schema to XML

Choices and Substitution Groups

click on "Generate only the first instance"


Ivan Pedruzzi
Stylus Studio Team

Postnext
Tobias FriedlSubject: Bug in generating Xml from Dtd
Author: Tobias Friedl
Date: 15 Dec 2014 04:48 PM
Thanks for this tip.

Greetings

Postnext
Tobias FriedlSubject: Bug in generating Xml from Dtd
Author: Tobias Friedl
Date: 15 Dec 2014 04:48 PM
Thanks for this tip.

Greetings

Posttop
Tobias FriedlSubject: Bug in generating Xml from Dtd
Author: Tobias Friedl
Date: 15 Dec 2014 04:48 PM
Thanks for this tip.

Greetings

 
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.