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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Resolving entity references and xinclude statements


Hello,

 

I am sure that this is a very simple question; perhaps, if I have a few more cups of coffee, I’ll discover the answer. J Nonetheless:

 

I have several xml files that use DocBook. These files contain both xinclude statements and custom entity references. I’d like to transform these files into DocBook files that have these xincludes and entities resolved. In other words, I’d like to take:

 

<para>This is a sample &custom;.</para>

<xinclude … >

 

And turn it into:

 

<para>This is a sample function.</para>

<para>This para was created with an xinclude statement.</para>

 

Thanks for pointing me in the right direction!

 

Regards,


Dave Shevitz



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