Compagnon Christopher <[email protected]> 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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to