[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Docbook 5, xinclude and xpointer
>>>>> "Georges" == Georges Schmitz <georges.schmitz@arcor.de> writes:
Georges> xpointer specification came never to a clear final
Georges> status.
Oh yes it did. It's a recommendation.
Georges> mjatromp wrote:
>> Hi,
>>
>> I am trying to get a publish flow going using xalan and
>> fop. When encountering partial includes generated by XXE,
>> xerces fails to resolve an xpointer like:
>>
>> <para><xi:include href="variables.xml"
>> xpointer="element(docid)" /></para>
This requires support for the element XPointer scheme. But you need to
get the syntax right.
The element scheme takes a series of numeric indices. It looks to me
like you are supplying a shorthand pointer, in which case you don't
want to use the element scheme.
Check the XPointer recommendations.
--
Colin Adams
Preston Lancashire
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]