|
|
|
r4515 | ptw | 2007-03-27 12:39:04 -0400 (Tue, 27 Mar 2007) | 23 lines
Changed paths: M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java Change 20070327-ptw-0 by ptw@dueling-banjos.local on 2007-03-27 09:53:08 EDT in /Users/ptw/OpenLaszlo/legals-1/test for http://svn.openlaszlo.org/openlaszlo/branches/legals/test Summary: NodeModel correctly annotates and delimits attribute values Bugs Fixed: Technical Reviewer: promanik (Message-Id: <6.2.1.2.0.20070327113647.02312770@na>) QA Reviewer: mamye (pending) Doc Reviewer: n/a Details: NodeModel: Only pass attribute values straight through if the are Maps, thus all other attribute values will be annotated with source location and delimited so that a useful error can be generated by the parser. Tests: Test case from bug report |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<clas name="foo">
is not the error. I think it is just a typo. This is the version I used to test the changeset:
<canvas>
<class name="foo">
<attribute name="currenttid" type="number" value=""/>
</class>
<foo/>
</canvas>