Closed GoogleCodeExporter closed 9 years ago
I can not reproduce the problem!
Using r86, I generate element and attlist declarations...
For example, in technicalContent/dtd/task.mod:
<!-- LONG NAME: Prerequisites -->
<!ENTITY % prereq.content
"(%section.notitle.cnt; )*"
>
<!ENTITY % prereq.attributes
"%univ-atts;
outputclass
CDATA
#IMPLIED
"
>
<!--
doc:The pre-requisite (prereq) section of a task should document things the user needs to know or do before starting the current task. Prerequisite links will be placed in a list after the related-links section; on output the prereq links from the related-links section are added to the prereq section.
Category: Task elements
-->
<!ELEMENT prereq %prereq.content; >
<!ATTLIST prereq %prereq.attributes; >
Could you please re-test your samples with the latest version of the converter ?
Original comment by p.leblan...@gmail.com
on 24 May 2013 at 7:17
Original comment by p.leblan...@gmail.com
on 24 May 2013 at 7:19
Yes, this is looking much better.
I'm not seeing newlines in the output even though there are literal newlines in
the XSLT (e.g,. "|�a;"). Not sure what is going on there--must be something
about the text serialization mode.
Cheers,
E.
Original comment by drmacro@gmail.com
on 25 May 2013 at 12:11
Original issue reported on code.google.com by
drmacro@gmail.com
on 18 May 2013 at 8:33