Hi list,
has anyone managed to get <xindr:indirector/> working
in docbook? For
example:
<webpage id="contact">
<config param="desc" ..." />
<head>
...
</head>
<xindr:indirector xmlns indr=
"http://www.isogen.com/p
apers/
xindirection.xml" xmlns link=
"http://www.w3.org/TR/xlink
"
id="scrappe"
href="./index.php#xpointer(//*[ class='navhead'])"
/>
...
</webpage>
I'm basically having trouble with including this in the
DTD, I'm
trying to do the modifications in website.mod but to no
avail, for
example:
<!ENTITY % xindr-prefix "xindr:">
<!ENTITY % xindr-suffix " indr
">
<!ENTITY % xindr-namespace "'http://www.isogen.com/'&
quot;>
<!ENTITY % xindr-xmlns
"xmlns%xindr-suffix;">
<!ENTITY % xindr-resource
"%xindr-prefix;resource">
<!ENTITY % webpage.mix "(config*, head,
indirector*, (%
bookcomponent.content;),
appendix*,
bibliography*)">
<!ELEMENT head (title, titleabbrev?, subtitle?, summary?,
base?,
keywords?,
(copyright | author | edition
| meta | headlink | script | style |
abstract |
revhistory
%rddl.elements;)*)>
<!ELEMENT indirector EMPTY>
<!ATTLIST indirector
%html-xmlns; CDATA #FIXED %html-namespace;
%xlink-xmlns; CDATA #FIXED %xlink-namespace;
%xindr-xmlns; CDATA #FIXED %xindr-namespace;
href CDATA #IMPLIED
%common.attrib;
>
any ideas?
MTIA
Jason
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|