Next in thread → Next in month →

Re: DOCBOOK-APPS: imagedata and entityref

From
Norman Walsh <>
Date
2001-09-21T11:26:42+00:00
ID
Thread
Re: DOCBOOK-APPS: imagedata and entityref
/ Gerrit Niestijl <> was heard to say:
| <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|   "\\intranet\public\dtd\docbookx412\docbookx.dtd"

<aside>
That's not a valid system identifier. Just FYI. System identifiers in
XML must be URIs and UNC names are not URIs.
</aside>

[...]
| Here is the HTML output:
| 
| ....
| <DIV CLASS="mediaobject">
| <P><IMG
| SRC="H:^92;project^92;documentatie^92;xmldir^92;rapport^92;handleiding^92;images/dlg_vernieuw.png"></IMG>
| </P>
| </DIV>
| ....
| 
| This is what i want:
| 
| <DIV CLASS="mediaobject">
| <P><IMG
| SRC=images/dlg_vernieuw.png"></IMG>
| </P>
| </DIV>
| 
| Can i get this output and still use entityref's or should i stick to fileref's?

You could tweak the construction rule that generates the SRC attribute
and trim off the prefix, perhaps. But the stylesheets just take whatever
Jade says the system identifier is and slap it in the attribute.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | Individuality seems to be Nature's
http://www.oasis-open.org/docbook/ | whole aim--and she cares nothing
Chair, DocBook Technical Committee | for individuals.--Goethe
Next in thread → Next in month →