History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12829
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Janni Kovacs
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

good code is red: xml element starting with :

Created: 19 Dec 06 03:55   Updated: 06 Nov 08 23:26
Component/s: XML editing
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,784
Severity: Medium


 Description  « Hide
When inserting the following XML Structure, IntelliJ assumes it is not well formed, although it is by the xml specification, and also when validating, the parser doesn't find any error:

<root>
<:elem>blah</:elem>
</root>

the problem seems to be the colon as first character in the element name without any namespace bound.
Although it's weird it's allowed (see xml spec paragraph 2.3 and xerces implementation) intellijs parser should not throw errors.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.