All,
I am getting the following error:
javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: xsl:for-each is not allowed in this position in the stylesheet!
A [Transformer] object cannot be created that satisfies the configuration requested. This could be due to a failure in compiling the [XSL] text. javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: xsl:for-each is not allowed in this position in the stylesheet!
From this code block:
<cffunction name="DoGetRoleDef" access="Public" returntype="void" output="false" hint="I log a user out.">
<cfargument name="event" type="ModelGlue.Core.Event" required="true">
<cfset var RoleDef = arguments.event.getValue("RoleDef") />
<cfset arguments.event.makeEventBean(RoleDef) />
<cfset arguments.event.setValue("RoleDef", variables.RoleDefGateway.GetRoleDef()) />
</cffunction>
<cffunction name="OnRequestStart" access="Public" returntype="void" output="false" hint="I am an event handler.">
<cfargument name="event" type="ModelGlue.Core.Event" required="true">
<cfset arguments.event.setValue("RoleDef", Reactor.createRecord("Role_Definition")) />
</cffunction>
Any insight would be very great.
Thanks,
Josh
_____________________________________________________________________
joshua
scott
resonant media
technologies | complex problems - creative
solutions
p.
w. http://www.resonantmedia.com
e. [EMAIL PROTECTED]
_____________________________________________________________________
This message is confidential and is not intended to be used by anyone other than the designated recipient. Information herein is considered privileged, proprietary, and private information. Any other use (including possession or forwarding) of this message is prohibited and will be enforced with maximum penalty under domestic and international law. We are very serious about security and confidentiality.

