Menu

#133 bug with element with underscore in schemas

v1.2.0.8
closed-fixed
None
5
2013-12-08
2008-10-16
Jef Capu
No

If a XML Schema contains elements with names containing an underscore, the insert element view (at less) doesn't present those elements.

It seems that these names are splitted around the underscore. An example, better than my english:)

XSD:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element name="an_element" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

XML:
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="sample.xsd">
</root>

Related

Discussion: Underscores

Discussion

  • Jef Capu

    Jef Capu - 2008-10-16
    • summary: bug with element with undersoce in schemas --> bug with element with underscore in schemas
     
  • Jef Capu

    Jef Capu - 2008-10-16

    Some precisions:

    I use Ubuntu 8.04 and utf-8 encoding.
    I try with the 1.2.0.2 deb package and got the same bug.

     
  • gnschmidt

    gnschmidt - 2008-10-21
    • assigned_to: nobody --> gnschmidt
     
  • gnschmidt

    gnschmidt - 2008-11-10

    Sorry, this is fixed in Windows (the last release was essentially to bring the Windows port up to date - but this was one thing I fixed that is still missing from the Linux tarball).

    Will be fixed with next Linux release.

    -Gerald

     
  • Zane U. Ji

    Zane U. Ji - 2013-12-08

    [865701]

    Please let me know if I missed anything.

     

    Related

    Commit: [865701]

  • Zane U. Ji

    Zane U. Ji - 2013-12-08
    • status: open --> closed-fixed
    • Group: --> v1.2.0.8
     

Log in to post a comment.