Thanks for the replyAre you referring to writing a perl script that runs the information and call the perl script from xsl fileI tried this option<.xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan" xmlns:ex="urnl" ><.xsl:script implements-prefix="ex" language="Perl" src="/iw-bin/promptFileUpload.ipl"/>Gives an errorSystemId Unknown; Line #135; Column #92; xsl:script is not allowed in this position in the stylesheet!Any idea ?- Abhi