Page 1 of 1

tag insight with multiple namespaces

Posted: Thu Sep 22, 2005 1:33 pm
by mjed
say i start off with the xhtml file
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.backbase.com/b" xmlns:s="http://www.backbase.com/s">

how do i get the tag insight to code complete on the b: and s: tags as well as the normal html?

i've put the schemas in the frameworks and added them in preferences > editor > tag insight > default, but it doesn't seem to want to work.

i'm a bit of a newbie with oxygen so am unsure of where to look next.

thanks,
mike

Posted: Mon Feb 06, 2006 1:27 pm
by george
Hi Mike,

You need to have a schema that combines all 3 namespaces and uses wildcards to allow extensibility from one namespace to the others. There are some developments of the XHTML schema to make it extensible, I do not know if that is public yet.
We will think also to support content completion on multiple namespaces only based on specifying the schema for each namespace. For validation you can create an NRL schema that specifies what parts of the document to be validated against some specific schemas.

Best Regards,
George