https://bugzilla.novell.com/show_bug.cgi?id=391424
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=391424#c2 --- Comment #2 from Vladimir Giszpenc <[EMAIL PROTECTED]> 2008-05-22 05:20:31 MST --- I should note that my application code compiled just fine. The problem was that document('otherfile.xml') returned no node-set (all files in the same directory). My code uses XslTransform trans = new XslTransform(); trans.Transform("source.xml", "target.html"); //note there is no resolver //My app code does not use the XsltSettings either. but the .Net 2.0 compiler gave me a deprecated warning (which I do not get under Mono which may be another bug altogether) so I switched to XslCompiledTransform and got the above results. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
