Re: [Refdb-users] xhtml references don't start on new line
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2004-03-11 18:35:38
|
Bruce D'Arcus writes: > > On Mar 11, 2004, at 7:39 AM, David Nebauer wrote: > > > I have, however, noted another rendering bug: the actual references do > > not appear as hyperlinks in Firebird or Firefox. > > Perhaps this highlights why it would be valuable to finish the php > interface started by Rob and Matt? In that case, rendering is all > handled via XSLT and CSS, which would likely leave less room for > errors. > I don't see why. We're dealing with logical errors (e.g. the incorrect nesting of <p> and <div>) and processor errors. We can't do anything about the latter except using a different one. The former are independent of the programming language used. You can create the same incorrect output with any language. Errors in XSLT are only harder to spot as that language has a very lousy signal-to-noise ratio. It rather highlights the need for more thorough testing than I alone can do. Thererore, thanks to all who run tests and report the problems. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |