I am setting a new stylesheet location in createDomNode of my extended class for AbstractXsltView using setStylesheetLocation, and then calling DOMOutputter().output(doc); So, my xml document created was using the new stylesheet i set in this code. This was working fine - until 1.1RC1, but not with RC2.