OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] Question about xml


Compagnon Christopher  
<christopher.compagnon.alti@axa-groupsolutions.com> was heard to say:

> But my file is always in xml (blabla.xml).
>
> If I have 2 HTML files, no problem with anchors.
> But I would like to call a xml interpreted file from another (or the  
> same) interpreted XML through the GUI.
>
> For my browser, the link is blabla.html#myref.
> Unfortunately, blabla.html does not exist.

Hi,

I wonder if a custom CSS stylesheet might be tweaked into doing what  
you need. You can add such stylesheets to your XML documents like this:

<?xml version="1.0"?>
<?xml-stylesheet href="http://localhost/docbook-css-0.4/driver.css";  
type="text/css"?>

This example loads a stylesheet for Docbook documents, to view them  
directly in a browser. I doubt that these stylesheets (from  
http://www.badgers-in-foil.co.uk/projects/docbook-css/) support  
rewriting links out of the box, but it might be worth a try to add  
this support.

regards,
Markus

-- 
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]