Hello,
I repost this problem, because nobody reacted and it is present even
in the new build.
Win NT 4.0, jdk 1.3.1_02, IDEA build 608
When I write XML with specified DTD, I ctrl-space in an attribute value
(with two possible values specified in the DTD). IDEA starts to print an
infinite row of the first letters of this value ("p" in my case). I can stop
it only by pressing "home" or others, which then raises "Assertion failed"
dialog.
I have simplified the DTD a lot, because I do not want to send the whole
structure.
Problem is with the "st" attribute of "params" node (see attached dtd).
With regards, Tomáš Langer
Follows the XML document declaration:
<?xml version="1.0"?>
<!DOCTYPE authorizationRules SYSTEM
"file:///D:\development\am\doc\xml_dtd\settings.dtd">
DTD:
<!ELEMENT authorizationRules (params)>
<!ELEMENT params (param+)>
<!ATTLIST params
st (prepaid|postpaid) #REQUIRED
exec (TRUE|FALSE) #IMPLIED
>
<!ELEMENT param EMPTY>
<!ATTLIST param
name CDATA #REQUIRED
value CDATA #REQUIRED
>
ERROR:
NO ERROR TO BE FOUND ANYWHERE !!!!
--checked the log, standard output and error output...
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list