kubuntu faqguide validation patch
Bhuvaneswaran
bhuvaneswaran at gmail.com
Fri Nov 18 04:06:02 UTC 2005
Hello,
kubuntu faqguide document (kubuntu/kfaqguide/C/faqguide.xml) was not
validating due to entities. I've corrected it by using xincludes. I've
attached the patch. Please verify and apply.
--
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
-------------- next part --------------
Index: faqguide.xml
===================================================================
--- faqguide.xml (revision 2071)
+++ faqguide.xml (working copy)
@@ -5,6 +5,8 @@
%globalent;
<!ENTITY % cdo-C SYSTEM "../../../libs/cdo-C.ent">
%cdo-C;
+<!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
+%xinclude;
<!ENTITY % gnome-menus-C SYSTEM "../../../ubuntu/libs/gnome-menus-C.ent">
%gnome-menus-C;
<!ENTITY % kde-menus-C SYSTEM "../../../kubuntu/libs/kde-menus-C.ent">
@@ -2295,6 +2297,6 @@
&tips-and-tricks;
&troubleshooting;
&upgrading-ubuntu;
- &cc-by-sa;
- &fdl;
+ <xi:include href="../../../common/C/ccbysa.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="../../../common/C/fdl.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</book>
More information about the ubuntu-doc
mailing list