Tag insight and non-oXygen schemas?

Oxygen general issues.
dnedrow
Posts: 60
Joined: Wed Jan 28, 2004 10:51 pm

Tag insight and non-oXygen schemas?

Post 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?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Please see

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

Best regards,
Sorin
dnedrow
Posts: 60
Joined: Wed Jan 28, 2004 10:51 pm

Post by dnedrow »

Cool, thanks. I had missed the reply.

-David
Post Reply