For security reasons, you cannot create Microsoft JScript code in your XSLT code using msxsl:script. All extension code available in your XSLT must either come from standard XSLT code, or from the functions described in this article.
That fucks me up quite a bit, because now i cant insert any javascript.
Hm, nevermind. I'll just insert my javascript in another way using one of these techniques. I only cant used external javascript files, which would be preferred.
Anyway I today realized that I will have further problems: The SPDataSource used for populating the DataFormWebPart cannot be used for Create, Delete and Update...Because it will only be rendered to a string and passed along through web services to another web-server, and there being inserted as a widget. But I can create all the forms in the web-part and then only handle receiving from forms and performing an javascript asynchronous web service-request to the list service when for example a list is being edited.
No comments:
Post a Comment