Posted 14 years ago by Dietrich Gerstenberger
Version: 4.0.0282
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
Having an XML document that consists of only one element (child elements are optional):

ok:
<OnlyElement SomeAttributes="true"></OnlyElement>
syntax editor shows error "unexpected token '' expected token is '>' --> BUG:
<OnlyElement SomeAttributes="true" />
Intellisense offers only the optional child elements, but not the closing tag:

<OnlyElement SomeAttributes="true"><
BTW: how is the status of supporting attribute lists in intellisense?

Thanks in advance.

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Dietrich,

Please email our support address with a very simple sample XSD and related XML file that shows the issue, and reference this post in your email. Then we can look into what is happening.

We don't yet have a member list for closing tags.

Our code compiles the schema and uses the result to populate the member lists. So I would expect attribute lists to work but if you find they are not, please email over a simple XSD/XML file that shows it and we'll get it resolved for the next build. Thanks.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.