Re: Associating DSSSL style sheets with documents

James Clark (jjc@jclark.com)
Mon, 10 Mar 1997 14:29:58 +0700

At 16:16 10/03/97 +0900, ksaito@flab.fujitsu.co.jp wrote:

>I think PI is not good solution. When I write style-sheet as PI,
>I can only one style-sheet type. And since PI has no attribute or
>notation, application can't recognize notaion of PI.

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">

James