On 06/30/2015 09:13 AM, n...@kbss27.be wrote:
As for track changes in general, I've concluded over the years that
simply turning it on in the hope that the software (any software) will
produce usable results … doesn't work :-} I prefer to make sure changes
are large enough to comprehend, and then mark them by hand with FM
conditions or – when I'm slumming it – Word styles. For heavy reviewing,
I'll even present /before /and /after /in a two-column table; the ease
of review makes up for the extra work.

OK. Thank you for your feedback.




My real requirement for tracking changes in XXE, as I mentioned before,
is to be able to use the DITA status attribute to drive output
formatting: to highlight differences in a new version of a publication,
I want to be able to say (for instance) "any content tagged with
status='new' is output in green". As far as I remember, this wasn't
possible out of the box last time I asked; I'd have to roll up my
sleeves and tussle with xslt.

  * is this still the case?

No.




  * is there any chance colour-coding based on attribute values might be
    built in in a future version of XXE?


Yes.

Note that your feature request is not related to change tracking, nor to XMLmind XML Editor.

You simply want XMLmind DITA Converter (http://www.xmlmind.com/ditac/), the DITA processor which happens to be embedded in XMLmind XML Editor, to render the "status" attribute.

http://docs.oasis-open.org/dita/v1.2/os/spec/common/select-atts.html



---
PS: Using the "Easy Profiling" add-on (installed by default), XMLmind XML Editor can render the status attribute on *screen*.

See attached screenshot.

See attached "status.profiles", which specifies how to render the "new" and "deleted" values of the "status" attribute.

Tutorial:
http://www.xmlmind.com/xmleditor/_tutorial/easy_profiling/index.html

<?xml version="1.0" encoding="UTF-8"?>
<profiles class="com.xmlmind.xmleditext.dita.profiling.DITAProfileSet"
          xmlns="http://www.xmlmind.com/xmleditor/schema/profiling";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xmlns:xs="http://www.w3.org/2001/XMLSchema";
          xmlns:prf="http://www.xmlmind.com/xmleditor/schema/profiling";
          xmlns:ns="http://www.w3.org/1999/xhtml";>
  <attributes>
    <attribute name="status">
      <value style="color: #33CC00;">new</value>

      <value style="color: #CC0000;">deleted</value>
    </attribute>
  </attributes>

  <profile implementation="status_files/NotUsed.ditaval" xml:id="NotUsed">
    <description xml:space="preserve"/>

    <attribute name="status">
      <value>deleted</value>
    </attribute>
  </profile>
</profiles>
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to