Re: Associating DSSSL style sheets with documents
James Clark (jjc@jclark.com)
Mon, 10 Mar 1997 15:17:39 +0700
At 16:54 10/03/97 +0900, ksaito@flab.fujitsu.co.jp wrote:
>James Clark <jjc@jclark.com> wrote...
>>It depends on how the PI is designed. We could have a PI that looked like
this:
>>
>><?stylesheet type="text/dsssl" href="style.dsl">
>><?stylesheet type="text/css" href="style.css" title="A CSS style sheet">
>
>If my understanding is correct "type" in above example is not
>SGML attribute and SGML parser will not recognize it as attribute.
>Is this correct?
Right. Just like "version" in the XML PI that starts every SGML document.
James