P
provowallis
I'm new to this board so I hope this reqest isn't out of line, but I'm
looking for some general advice about creating links in online books.
If the link target didn't involve PIs I don't think I'd be here, but
since it does, I'd be interested in getting some different perspectives
on this.
I have an XML book and I plan to create XHTML so I'm looking for the
best way to create links from the various components of the book to the
page break PIs.
The page break PIs look something like this: <?textpage page-no12?>
And I want to create a link to this spot from the other locations in
the book that cite the content on page 12. For example, I want to
create a link from the index entry that mentions page 12 to the page
break PI.
<index><index-entry>Turing,
Alan</index-entry><index-page-ref>12</index-page-ref></index-entry></index>
What's the best way to store the info in the data so I can build this
link when I run my transform?
I was thinking that I would have to add an ID value to my PI like so
<?textpage page-no_12 ID_0051243?>
and have a corresponding href on my index entry: <index-page-ref
href="0051243">12</index-page-ref>
Any advice greatly appreciated.
I
looking for some general advice about creating links in online books.
If the link target didn't involve PIs I don't think I'd be here, but
since it does, I'd be interested in getting some different perspectives
on this.
I have an XML book and I plan to create XHTML so I'm looking for the
best way to create links from the various components of the book to the
page break PIs.
The page break PIs look something like this: <?textpage page-no12?>
And I want to create a link to this spot from the other locations in
the book that cite the content on page 12. For example, I want to
create a link from the index entry that mentions page 12 to the page
break PI.
<index><index-entry>Turing,
Alan</index-entry><index-page-ref>12</index-page-ref></index-entry></index>
What's the best way to store the info in the data so I can build this
link when I run my transform?
I was thinking that I would have to add an ID value to my PI like so
<?textpage page-no_12 ID_0051243?>
and have a corresponding href on my index entry: <index-page-ref
href="0051243">12</index-page-ref>
Any advice greatly appreciated.
I