Hi,
I installed 2.9 over the weekend, and found that one of my most-used
accelerators broke in my xml2rfc configuration. Just like the xhtml
configuration, I have a insert-\n-or-split:
<command name="xml2rfc.splitOrInsertNewLine">
<macro>
<choice>
<command name="insertControlChar" parameter="\n"/>
<sequence>
<command name="selectNode"
parameter="ancestorOrSelf[implicitElement] t"/>
<command name="split"/>
</sequence>
</choice>
</macro>
</command>
Unfortunately, in 2.9, this results in the <t> node being selected but
not split. The Edit menu's Split option is grayed out, as well.
In fact, xxe 2.9 seems to have lost significant amounts of
functionality for the xml2rfc configuration. The "Insert
Before"/"Insert"/"Insert After" etc. buttons are all grayed out
(although command-B, command-I, command-J do work). None of my
toolbar buttons, which use a java helper much like xhtml.AddBlock,
work. All of these worked as expected in 2.8p1.
The configuration is available at
http://rtg.ietf.org/~fenner/ietf/xml2rfc-xxe/ , if needed for
inspection. The sample document that you get with "New..." is enough
to demonstrate these problems.
Is there anything I can do to get my configuration working again?
Thanks,
Bill