[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: xindr:indirector
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:xindr="http://www.isogen.com/papers/
xindirection.xml" xmlns:xlink="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 ":xindr">
<!ENTITY % xindr-namespace "'http://www.isogen.com/'">
<!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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]