Page 1 of 1

Tag insight and non-oXygen schemas?

Posted: Wed Jun 01, 2005 6:01 pm
by dnedrow
By non-oXygen, I mean a schema that is not part of the oXygen distribution, in this case AIML.

I believe I have my document set up correctly:

Code: Select all


<?xml version="1.0" encoding="UTF-8"?> 
<aiml:aiml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://alicebot.org/2001/AIML AIML.xsd"
xmlns:aiml="http://alicebot.org/2001/AIML"
version="1.0.1">
</aiml:aiml>
However, if I type an open arrow (<) before the </aiml:aiml> I'm only given the following three completion options, one of which is superfluous (the </aiml:aiml>):

Code: Select all


</aiml:aiml> 
<!-- -->
<![CDATA[]]>
I know I'm doing something wrong, since I have several schema's that I've written that are working fine with tag completion.

Any ideas?

Posted: Thu Jun 02, 2005 6:35 pm
by sorin_ristache
Hello,

Please see

http://www.oxygenxml.com/forum/viewtopi ... =3088#3088

Best regards,
Sorin

Posted: Thu Jun 02, 2005 8:31 pm
by dnedrow
Cool, thanks. I had missed the reply.

-David