The canvas/namespace example in the docs (chapter 50, section 6.5)
generates a compiler error:
http://www.openlaszlo.org/lps4.9/docs/developers/editing-lzx.html#d0e127203

LZX code:
<canvas xlmns="http://www.laszlosystems.com/2003/05/lzx";>
</canvas>

Compiler error:
Compilation Errors

canvas.lzx:1:62: Syntax error: the token ":" was not expected at this
position.canvas.lzx:1:58: found an unknown attribute named "xlmns" on
element canvas, however there is an attribute named "x" on class
attribute", did you mean to use that?
Compilation Warnings

canvas.lzx:1:58: found an unknown attribute named "xlmns" on element
canvas, however there is an attribute named "x" on class attribute",
did you mean to use that?

Reply via email to