Деймонах Аононадо
unread,Apr 16, 2015, 7:55:29 AM4/16/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm trying to use xslt transformation using XSL file, containing javascript.
Everything works fine exept one moment:
when I try to look throwgh all child nodes with objXMLNodes[...].selectNodes("./*") I got exeption:
Function expected:
in Microsoft.JScript.LateBinding.CallValue(Object val, Object[] arguments, Boolean construct, Boolean brackets, VsaEngine engine, Object thisob, Binder binder, CultureInfo culture, String[] namedParameters)
in Microsoft.JScript.LateBinding.CallValue(Object thisob, Object val, Object[] arguments, Boolean construct, Boolean brackets, VsaEngine engine)
.....
What is wrong?
When I use the same XSL via FreeThreadedDOMDocument in ASP - everything works good.
In System.Xml.XmlDocument (C#) - got an error.
What may be wrong?