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: Re: [docbook-apps] RNGschema and xpointer


Quoting Huber  Evelyne <hubere@student.ethz.ch>:
> in my main file I'd like to include only <title> and <para>.
> what is the proper syntax for xpointer? I'm using
> xpointer="xpointer(/section/*) with xsltproc --xinclude, but can't get it to
> work.

The following works for me with xsltproc --xinclude:

  <xi:include href="chapter01.dbk"
    xmlns:xi="http://www.w3.org/2001/XInclude";
    xpointer="xpointer(/article/*)"/>

Maybe there is a subtle difference somewhere?

Cheers, Wolfgang


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