Re: DOCBOOK: including elements with xpointers xincludes

2002-09-13 Thread Janning Vygen
Am Freitag, 13. September 2002 09:11 schrieb Daniel Veillard: > On Fri, Sep 13, 2002 at 09:02:10AM +0200, Janning Vygen wrote: > > > XPointer is just an XPath Expression. > > Hum, it's larger than XPath, you can actually select ranges, > substrings, etc... But I don't feel like trying to predict

Re: DOCBOOK: including elements with xpointers xincludes

2002-09-12 Thread Daniel Veillard
On Fri, Sep 13, 2002 at 09:02:10AM +0200, Janning Vygen wrote: > Hi, > > I didnt understand exactly what you would like to do, but you can use > any XPath Expression: > > href="../glossary.xml#xpointer(/glossary/glossentry/glossdef) to > catch all glossdefs > or > href="../glossary.xml#xpointe

Re: DOCBOOK: including elements with xpointers xincludes

2002-09-12 Thread Janning Vygen
Hi, I didnt understand exactly what you would like to do, but you can use any XPath Expression: href="../glossary.xml#xpointer(/glossary/glossentry/glossdef) to catch all glossdefs or href="../glossary.xml#xpointer(/glossary/glossentry[last()]/glossdef) to get the glossdef of the last glossent

Re: DOCBOOK: including elements with xpointers xincludes

2002-09-12 Thread Ljósálfr
Ljósálfr wrote: > I would like to include a specific element from one file in another > file. For example. I have a glossary in which every entry has a shot > definition, and perhaps a longer definition. I want to pull the > content of the short into one of the chapters in my book. > I've

DOCBOOK: including elements with xpointers xincludes

2002-09-12 Thread Ljósálfr
I would like to include a specific element from one file in another file. For example. I have a glossary in which every entry has a shot definition, and perhaps a longer definition. I want to pull the content of the short into one of the chapters in my book. I've been attempting things such