can't get -it parameter to work?
Posted: Tue Sep 25, 2012 11:39 pm
Version 14, Linux
I'm processing a non-xml file into an xml file.
Using the unparsed-text(filename) function.
I have a named template I want to call when I execute the script. I'm trying to run it in the debugger using the -it parameter.
my template
<xsl:template match="/" name="main" mode="#all">
I have "main" entered into the "Template ("-it"): box
when I step into the script I get the debugger errors, F Content not allowed in prolog
Which indicates the editor is passing the name of the document to saxon using he -s parameter, but I can't finds a way to tell it not too?
I'm processing a non-xml file into an xml file.
Using the unparsed-text(filename) function.
I have a named template I want to call when I execute the script. I'm trying to run it in the debugger using the -it parameter.
my template
<xsl:template match="/" name="main" mode="#all">
I have "main" entered into the "Template ("-it"): box
when I step into the script I get the debugger errors, F Content not allowed in prolog
Which indicates the editor is passing the name of the document to saxon using he -s parameter, but I can't finds a way to tell it not too?