hi,

in netbeans, with a plugin for openLaszlo, when you create a library file, it has the following code :

[CODE]
<library
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xmlns='http://www.laszlosystems.com/canvas'
xsi:schemaLocation='http://www.laszlosystems.com/canvas ../../canvas.xsd'>

   <text fontsize="12" selectable="true">Hello world</text>
</library>

[/CODE]

but in this file I have no completion, which is the consequence of a bad schemaLocation, I saw in a tutorial tat the guy changed it to :

[CODE]
<xsi:schemaLocation='http://www.laszlosystems.com/canvas ../../../../schema/canvas.xsd'>
[/CODE]

...and it worked for him...
...but not for me.

I don't know where I can search to find the good address, could you help me?

NB : you may use this file : http://labs.openlaszlo.org/trunk-nightly/tools/lzx.xsd , but I'm not strong enough to find what I have to put in the library tag.

olivier.

        

        
                
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com

Reply via email to