element selection in author mode
Posted: Tue Jul 31, 2012 3:26 pm
Hi,
Below is a rough mock-up of where I have a problem. In oxygen text mode when I’m in <a:author-text> I can pull up note#xmlns=http://analysis from the element list but in author mode this is greyed out so not selectable even though it is legal. It seems to be the case that elements for the root namespace aren’t selectable in author mode even though at this point it’s within another namespace so the root namespace needs recalling at this point. Additionally <note/> can have only a child of <note-para/> but this option is greyed out in both author and text mode. How do I go about fixing this?
Thanks
Below is a rough mock-up of where I have a problem. In oxygen text mode when I’m in <a:author-text> I can pull up note#xmlns=http://analysis from the element list but in author mode this is greyed out so not selectable even though it is legal. It seems to be the case that elements for the root namespace aren’t selectable in author mode even though at this point it’s within another namespace so the root namespace needs recalling at this point. Additionally <note/> can have only a child of <note-para/> but this option is greyed out in both author and text mode. How do I go about fixing this?
Thanks
Code: Select all
<document xmlns="http://analysis" xmlns:a="http://amendments">
<title>Health Protection (Local Authority Powers) (Wales) Regulations 2010</title>
<regulation xmlns="http://somewhere-else">
<number>1.—</number>
<title>Title</title>
<sub1>
<number>(1)</number>
<para-text align="left">Para-text.</para-text>
</sub1>
<a:author-amendment>
<a:author-text>
<note xmlns="http://analysis">
<note-para>note-para</note-para>
</note>
</a:author-text>
</a:author-amendment>
</regulation>
</document>