// Tag interface
//-------------------------------------------------------------------------
public void doTag(XMLOutput output) throws Exception {
if (uri == null) {
throw new MissingAttributeException( "uri" );
}
// we need to create a new JellyContext of the URI
// take off the script name from the URL
context.runScript(uri, output, true, isInherit() );