https://bugzilla.redhat.com/show_bug.cgi?id=1071943
Bug ID: 1071943 Summary: Manual does not compile in f20 Product: Fedora Documentation Version: devel Component: defensive-coding-guide Assignee: fweimer@redhat.com Reporter: nmavrogi@redhat.com QA Contact: docs-qa@lists.fedoraproject.org CC: fweimer@redhat.com, sparks@redhat.com
Description of problem: Does not compile
How reproducible: In f20, after installing publican" and the "publican-fedora" packages, try "make build-manual".
Output: ... Can't open file 'tmp/en-US/xml_tmp/Web_Applications.xml' not well-formed (invalid token) at line 46, column 43, byte 2693:
Won't be escaped (DON'T DO THIS!) <h:outputText value="#{param.name}" escape=false> ==========================================^ </code>
at /usr/lib64/perl5/vendor_perl/XML/Parser.pm line 187. at /usr/share/perl5/vendor_perl/Publican/Builder/DocBook4.pm line 484. make: *** [build-manual] Error 255
using escape="false" instead fixes the issue, but different errors show up. I'm not familiar with docbook to provide a fix.
https://bugzilla.redhat.com/show_bug.cgi?id=1071943
Eric Christensen sparks@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2014-06-27 11:12:53
--- Comment #1 from Eric Christensen sparks@redhat.com --- I've moved Web_Applications.xml to Web_Applications.txt as this needs to be marked up. The guide should build now.
docs-qa@lists.fedoraproject.org