//-------------------------------------------------------------------------
public void doTag(XMLOutput output)
throws MissingAttributeException, JellyTagException {
if (uri == null && file == null) {
throw new MissingAttributeException("uri");
}
// we need to create a new JellyContext of the URI
// take off the script name from the URL
String text = null;