On Thu, 14 Mar 2002, Gavin Carr wrote: > Hi all, > > Some of my users are using (an old?) Framemaker to produce xml > documents, and I've noticed that the stylesheet links seem to be getting > created using <?xml:stylesheet?> (with a colon) rather than the standard > <?xml-stylesheet?> form. I can workaround it by associating the > stylesheets in other ways, of course, but can AxKit be configured to > recognise these at all?
You could personally hack getstyles.c (if you had libxml2 installed when you installed AxKit) and/or Provider.pm to change the "-" to a ":". > What's the status of the <?xml:stylesheet?> form - alternate/deprecated? > IE, I notice, seems to accept it quite happily. As far as I remember, not even deprecated as it was never an official standard - it's been completely obliterated. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
