DjKira
11-14-2004, 05:41 PM
Hey guys,
1) lzx.xsd appears to be invalid, at least according to Altova XMLSpy 2005. I removed two lines from it and XMLSpy stopped complaining - attached you'll find my "fix" but Lord knows what I broke by doing so.
2) The runtime seems to completely bomb when I attempt to compile a namespaced .lzx file. Is this not supported? I've steered clear of DTDs for awhile now, but I guess I'll have to suffer for the time being. Any info would be appreciated - I'd really like to work with the namespaced XML.
<?xml version="1.0" encoding="UTF-8"?>
<canvas xmlns="http://www.laszlosystems.com/2003/05/lzx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.laszlosystems.com/2003/05/lzx
C:\PROGRA~1\LASZLO~1.2\Server\lps-2.2\tools\lzx.xsd" height="600" width="800" bgcolor="blue">
<text>Hello World!</text>
</canvas>
1) lzx.xsd appears to be invalid, at least according to Altova XMLSpy 2005. I removed two lines from it and XMLSpy stopped complaining - attached you'll find my "fix" but Lord knows what I broke by doing so.
2) The runtime seems to completely bomb when I attempt to compile a namespaced .lzx file. Is this not supported? I've steered clear of DTDs for awhile now, but I guess I'll have to suffer for the time being. Any info would be appreciated - I'd really like to work with the namespaced XML.
<?xml version="1.0" encoding="UTF-8"?>
<canvas xmlns="http://www.laszlosystems.com/2003/05/lzx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.laszlosystems.com/2003/05/lzx
C:\PROGRA~1\LASZLO~1.2\Server\lps-2.2\tools\lzx.xsd" height="600" width="800" bgcolor="blue">
<text>Hello World!</text>
</canvas>