Hi Liam,
No, there is not validation against a DTD but I am using the xml:id attribute in my target document... I tried several syntaxes - according the w3c specifications - but without any success.
Could you give me an example?
Thanks.
Regards, Jérôme
Le 08/04/2015 16:27, Liam R. E. Quin a écrit :
On Wed, 2015-04-08 at 10:37 +0200, Jérôme Chauveau wrote:
Unfortunatly, the "id" notation fails...
<xi:include href="plop.xml" xpointer="element(myId)"/>
Are you validating against a DTD? If not, the "ID-ness" property won't be set... It might work if the document uses xml:id without DTD validation.
Liam