rbarzic / dita-ng

Automatically exported from code.google.com/p/dita-ng
Apache License 2.0
0 stars 0 forks source link

Class attribute declarations should be on one line #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Class attribute declaration lists should be formatted like this:

<!ATTLIST sl        %global-atts;  class CDATA "- topic/sl "         >

Original issue reported on code.google.com by drmacro@gmail.com on 16 Jun 2013 at 7:54

GoogleCodeExporter commented 9 years ago
Implemented first-pass fix. Class attribute declarations are now minimally 
formatted correctly. However, we still need to line up the parts horizontally 
like so:

<!ATTLIST i           %global-atts;  class CDATA "+ topic/ph hi-d/i "  >
<!ATTLIST sub         %global-atts;  class CDATA "+ topic/ph hi-d/sub ">

Not sure how best to do that in XSLT 2, but there's probably a trick for it. I 
will research.

Original comment by drmacro@gmail.com on 16 Jun 2013 at 8:39

GoogleCodeExporter commented 9 years ago
I have implemented generation of correctly-formatted class attribute 
declarations.

Original comment by drmacro@gmail.com on 2 Sep 2013 at 9:58