tag insight with multiple namespaces

Having trouble installing Oxygen? Got a bug to report? Post it all here.
mjed
Posts: 1
Joined: Thu Sep 22, 2005 1:09 pm

tag insight with multiple namespaces

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply