OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Including external XML file for example code


Mansour wrote:
> I am trying to include an XML document that is an example in my docbook
> article. I have been around, but could not get what I need. Google did
> return the pages I wanted. Maybe I am using the wrong key words. Can
> anyone suggest a link for a tutorial or tell me how to get this done.
> The example XML document is a full XML document and is part of a program
> so, there can be DOCTYPE and xml header.

Assuming that you want to display the content verbatim, you may consider

<programlisting>
  <xi:include
     xmlns:xi="http://www.w3.org/2003/XInclude";
     href="example.xml" parse="text"/>
</programlisting>

Google for XInclude and docbook programlisting to learn how this works.

HTH,
		Stefan

-- 

      ...ich hab' noch einen Koffer in Berlin...


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]