Opened 13 years ago
Closed 13 years ago
#1607 closed defect (fixed)
Help text generation creates invalid xml
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.0 |
Component: | documentation | Version: | |
Keywords: | Cc: |
Description
I just discovered this when building the documentation on a windows box. I think it is related to not specifying an encoding in the <replaceregexp> action when fixing up the generated xml file (windows has default encoding ISO-8859-1). I'll investigate this some more and post error messages, etc.
Note:
See TracTickets
for help on using tickets.
(In [5635]) Fixes #1607: Help text generation creates invalid xml
The fix generates the help descriptions with <![CDATA[...]]> sections instead of doing a search-and-replace afterwards for encoding the html tags. This seems to work quite well and the file is a lot more readable than before.