[Chameleon-dev] [Bug 742] [Chameleon - doc builder] how to handle <cr> during reprocessing of widget doc

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Wed Oct 20 11:14:38 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=742





------- Additional Comments From cthorne at dmsolutions.ca  2004-10-20 11:14 -------
My proposal to this issue after thinking about it. Is to define a child schema
for <cham:code></cham:code>. Here is the change to the schema:

<xs:complexType name="CodeValue">
 <xs:choice>
  <xs:element name="line" type="xs:string" maxOccurs="unbounded" minOccurs="1"/>
  <xs:element name="comment" type="xs:string" maxOccurs="unbounded" minOccurs="0"/>
  <xs:element name="code" type="cham:CodeValue" maxOccurs="unbounded"
minOccurs="0"/>
 </xs:choice>
</xs:complexType>	

I will then modify the xslt to define the <cr> with this ascii decimal code &#013;. 

I will let you know how this works out shortly.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Chameleon-dev mailing list