[Mono-bugs] [Bug 391424] xsl:document() function does not return a node set

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 22 07:20:31 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=391424

User vgiszpenc at dsci.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=391424#c2





--- Comment #2 from Vladimir Giszpenc <vgiszpenc at dsci.com>  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.


More information about the mono-bugs mailing list