xsl-list
[Top] [All Lists]

Re: Thank you Daniel & Brian...

2003-03-30 17:33:48

Hooray, I got it. My XML/XSLT had worked fine
before according to MSIE 6 and Mozilla 1.2.1 but
the validator at W3C hated it. With your help
now it likes it.

Result is at:

http://starling.us/gus_netbsd

XSLT is at:

http://starling.ws/XML/howto.xsl

Things the validator found but were missed by
Xalan, MSIE and Mozilla were:

<a> inside of <ol> but without an <li>

So no can do...

<ol>
  <a id="x"></a>
  <li><h3>bar</h3></li>
</ol>

...must do instead...

<ol>
  <li><h3><a id="x">></a>bar</h3></li>
</ol>

...which I knew was right but had expected for
the above three to catch any such oops. They
did not, but the 3WC validator did.

Thanks again,

Gan

--

 Mistera Sturno - Rarest Extinct Bird

 <(+)__       Gan Uesli Starling
  ((__/)=-    Kalamazoo, MI, USA
   `||`
    ++        http://starling.us


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>