[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 10:33:56 EDT 2004


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

wbronsema at dmsolutions.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wbronsema at dmsolutions.ca    |cthorne at dmsolutions.ca
             Status|ASSIGNED                    |NEW



------- Additional Comments From wbronsema at dmsolutions.ca  2004-10-20 10:33 -------
Ok, it appears the only way to make this work properly is to use CDATA.  
i.e.
<![CDATA[
      <bob test="1"
      	att1="1"
      	att2="2">
      	<next>level</next>
      </bob>
]]>

This works very well with the Help Viewer.  Unfortunately the CDATA tags get
blown away by the XML parser in PHP4.  This problem sounds like it is fixed in
PHP5.  No help there unless we are going to PHP5.........Paul?  ;)

Talked with Chris.  It appears that the XSLT can handle this by defining a few
new rules.  Assigning to him.



------- 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