This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xmlns problem with xhtml


Title: xmlns problem with xhtml
That's a Saxon bug that apparently will be fixed in the next release of Saxon: http://sourceforge.net/tracker/index.php?func=detail&aid=529362&group_id=29872&atid=397617. The bug remains hidden if you use 1.48 of the xsls.
 
David
-----Original Message-----
From: Bruno VERNAY [mailto:Bruno.VERNAY@Proval.fr]
Sent: Wednesday, April 10, 2002 4:52 AM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: xmlns problem with xhtml

I use
        - SAXON 6.5.1  The complete version with win2k :
                "C:\j2sdk1.4.0\bin\java -jar saxon.jar ..."

        - Docbook XSL 1.50.0 (same with 1.49)

I have a problem with link in XHTML (single or chunked) :
        I get this <a xmlns:.0="" .0:href="http://www.w3.org/" .0:target="_top" ...
        instead of <a href="http://www.w3.org/" target="_top" ...

For now, I replace all the ".0:" by "" in all the files. Is there an other solution ?

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]