Re: [xsl] Thank you Daniel & Brian...

Subject: Re: [xsl] Thank you Daniel & Brian...
From: Gan Uesli Starling <alias@xxxxxxxxxxx>
Date: Sun, 30 Mar 2003 19:33:48 -0500

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



Current Thread