I'm working from an action that needs to do some XML file io operations on the "firing event" node. Basically I need a way to get an inputstream to it. I've done some checking and ContentReader looks like it would work well for that but I can't figure out how to get one from the nodeRef. Can someone tell me the normal way of getting an input stream from within an action execute method? Thanks