Thomas Vander Stichele wrote: >b) There is some extra information I would like to plug into the >generated xml. I've tried doing an xi:include in my tmpl/*.sgml files, >but there's no xmlns: directive generated for XInclude as part of >the .xml files build. Would it make sense to add this ? > > Why not define the namespace directly, if you need it? Something like:
<include xmlns="http://www.w3.org/2003/XInclude" href="foo.html" /> Not as pretty, but it should work. XML namespaces can be defined at any level in the document. James. _______________________________________________ gtk-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-doc-list
