Re: some questions about gtk-doc



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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]