I just found that if I specify a title for the alternate="no" stylesheet, then I get the desired (mine :)) behavior. That is, if the test.xml document is:
== <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet href="a.xsl" type="text/xsl" title="a"?> <?xml-stylesheet href="b.xsl" type="text/xsl" alternate="yes" title="b"?> <content/> == I can access test.xml/b and have just b.xsl applied to test.xml. The alternate attribute is still (implied) no, so this does seem like a bug (or an undocumented feature). For some reason, when no title is specified, GetMatchingProcessors returns the title=>'#default' style. When a title is specified, GetMatchingProcessors does not return the title=>'a' style. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
