On Wednesday 27 March 2002 03:54, Oleg Assovski wrote: > >On Wed, 27 Mar 2002, [koi8-r] ������ �������� wrote: > >> hi, AxKit > > > >Yes, just use either more than one <?xml-stylesheet?> PI, or more than one > >AxAdd*Processor directive that matches. > > OH ! Now it's a good time to ask this question that burn my heart as ashes > of Klaas: Why we cannot use both methods ????!!!! > If we could it would be great ! Now, when you have, say, two stages for > every document - first document/dependent and the second - common to all > documents, you have to specify every document in httpd.conf separately. > With the possibility to use both <?xml-stylesheet ?> and AxAddProcessor the > configuration will be much simpler - per-document stylesheet goes into > document itself and global stylesheets (browser-matching, > language-switching etc etc) go into httpd.conf
Well, there is a directive for associating certain stylesheets with certain URIs, so you should be able to have a default stylesheet for an entire directory, then specify that certain URIs ALSO have an additional stylesheet. You should be able to get the behaviour you want in a fairly concise way with that. I must admit though, in some cases PIs ARE the proper place to specify certain styling operations. Sounds like Matt has a fix in the works though. > > > Ciao, OLeG > ----------------------------------------------------------------- > Oleg Assovski, Development dept., Bitcom Ltd., Moscow > We make few little bugs, > we compensate with a lot of big ones > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
