Bug 432470
Summary: | can not use & characters in sample configurations | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Murray McAllister <mmcallis> |
Component: | publican | Assignee: | Murray McAllister <mmcallis> |
Status: | CLOSED NOTABUG | QA Contact: | Michael Hideo <mhideo> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 2.0 | CC: | mmcallis, publican-list, vdanen |
Target Milestone: | --- | Keywords: | Documentation |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-15 02:04:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Murray McAllister
2008-02-12 07:48:54 UTC
We do not support CDATA. If you want to display xml content in your output, you need to: mkdir en-US/extras vi en-US/extras/foo.txt <put your xml in foo.txt> xi:include the txt file in to you xml file, in this case inside the screen tag: <screen> <xi:include parse="text" href="extras/foo.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /> </screen> Cheers, Jeff. |