Hi, I have designed my xslt using xsltproc to create a 4-stage pipeline of xslt. now when I run it through AxKit I get a different result, at the last pipeline stage.

http://simonwoodside.com/trace.tgz

has the trace of the output, and the relevant section of the log file. In addition here is my .htaccess, and the desired output in this email, in other words, what the *3 file /should/ be in the axtrace.

I think it might be a namespace problem, though? BTW this is part of my RNG->forms project, making some headway.

TIA!!!

simon

  AxNoCache On
  AxDebugLevel 10
  AxStackTrace On
  AxLogDeclines On
  AxTraceIntermediate /tmp/axtrace
  AxGzipOutput Off

PerlHandler AxKit

  AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
  AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT

AxAddXSPTaglib AxKit::XSP::Util

  AxCacheDir /tmp/axcache.simonwoodside.com
  AddType text/xml .html
  AddHandler axkit .html
  SetHandler perl-script



[simons-tibook:simonwoodside.com/exp/axtrace] woodside% xsltproc ../mid2html.xsl *2
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.form_textarea { background: aqua; padding: 10mm; }
.optional { margin-left: 15mm; border-left: 3px solid black }
.choicearea { margin-left: 5mm; border-left: 5px double lime; }
.optionaltitle { background: blue; }
.oneormoretitle { background: red; }
.zeroormoretitle { background: yellow; }
.multichoicetitle { background: lime; }
.choicetitle { background: lime; }
.path { font-family: sans-serif; font-size: 0.75em; color: white; }
.instexists { background: red; }
</style>
</head>
<body><div class="rngform">
<h1>RNG Form</h1>
<h2></h2>
<p>You added the following</p>
<ul>
<li>Content: </li>
<li>Type: </li>
<li>Into: </li>
</ul>RNG Form<div class="optionaltitle">An optional item may be added<span class="path">/resume/id</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/idID"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/id (ID))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/schemaLocation</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/schemaLocationtext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/schemaLocation (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header</span>
</div>
<div class="optional">
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/name/id</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/idID"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/name/id (ID))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/name/title</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/titletext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/name/title (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/firstnametextSimon"><div class="instexists">You have already filled a value, you may change it here</div>
<textarea name="AddContent" cols="40">Simon</textarea><br><span class="form_description">(/resume/header/name/firstname (text))</span><br><button type="submit">Change</button>
</form></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/name/middlenames</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/middlenamestext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/name/middlenames (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/surnametextWoodside"><div class="instexists">You have already filled a value, you may change it here</div>
<textarea name="AddContent" cols="40">Woodside</textarea><br><span class="form_description">(/resume/header/name/surname (text))</span><br><button type="submit">Change</button>
</form></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/name/suffix</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/name/suffixtext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/name/suffix (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/address</span>
</div>
<div class="optional">
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/address/format</span>
</div>
<div class="optional">
<div class="multichoicetitle">A choice of one of the following is required under /resume/header/address/format</div>
<div class="multichoice">
<div class="choicetitle">One available choice is /resume/header/address/format</div>
<div class="choicearea"><form action="form.html" method="GET">
standard
<button type="submit">Submit this choice</button>
</form></div>
<div class="choicetitle">One available choice is /resume/header/address/format</div>
<div class="choicearea"><form action="form.html" method="GET">
european
<button type="submit">Submit this choice</button>
</form></div>
<div class="choicetitle">One available choice is /resume/header/address/format</div>
<div class="choicearea"><form action="form.html" method="GET">
italian
<button type="submit">Submit this choice</button>
</form></div>
</div>
</div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/address/id</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/address/idID"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/address/id (ID))</span><br><button type="submit">+</button>
</form></div></div>
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/addresstext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/address (text))</span><br><button type="submit">+</button>
</form></div>
</div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/birth</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/header/birth/datetext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/header/birth/date (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/header/contact</span>
</div>
<div class="optional">
<div class="zeroormoretitle">Zero or more of the following are allowed</div>
<form action="form.html" method="GET">
<div class="form_prune_point">/ grammar/ start/ element/ optional[3]/ element/ optional[3]/ element/ zeroOrMore/ choice</div>
<button type="submit" name="StartPointStr" value="/ grammar/ start/ element/ optional[3]/ element/ optional[3]/ element/ zeroOrMore/ choice">Expand</button>
</form>
</div>
</div>
<div class="zeroormoretitle">Zero or more of the following are allowed</div>
<form action="form.html" method="GET">
<div class="form_prune_point">/ grammar/ start/ element/ zeroOrMore/ choice</div>
<button type="submit" name="StartPointStr" value="/ grammar/ start/ element/ zeroOrMore/ choice">Expand</button>
</form>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/lastModified</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/lastModified/datetext2003"><div class="instexists">You have already filled a value, you may change it here</div>
<textarea name="AddContent" cols="40">2003</textarea><br><span class="form_description">(/resume/lastModified/date (text))</span><br><button type="submit">Change</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright</span>
</div>
<div class="optional">
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/yeartext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/year (text))</span><br><button type="submit">+</button>
</form></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/name</span>
</div>
<div class="optional">
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/name/id</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/idID"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/id (ID))</span><br><button type="submit">+</button>
</form></div></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/name/title</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/titletext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/title (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/firstnametext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/firstname (text))</span><br><button type="submit">+</button>
</form></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/name/middlenames</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/middlenamestext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/middlenames (text))</span><br><button type="submit">+</button>
</form></div></div>
<div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/surnametext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/surname (text))</span><br><button type="submit">+</button>
</form></div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/name/suffix</span>
</div>
<div class="optional"><div class="form_textarea"><form action="form.html" method="GET">
<input type="hidden" name="" value="/resume/copyright/name/suffixtext"><textarea name="AddContent" cols="40"></textarea><br><span class="form_description">(/resume/copyright/name/suffix (text))</span><br><button type="submit">+</button>
</form></div></div>
</div>
<div class="optionaltitle">An optional item may be added<span class="path">/resume/copyright/legalnotice</span>
</div>
<div class="optional">
<div class="oneormoretitle">One or More of the following are required</div>
<form action="form.html" method="GET">
<div class="form_prune_point">/ grammar/ start/ element/ optional[5]/ element/ optional[2]/ element/ oneOrMore/ element</div>
<button type="submit" name="StartPointStr" value="/ grammar/ start/ element/ optional[5]/ element/ optional[2]/ element/ oneOrMore/ element">Expand</button>
</form>
</div>
</div>
</div></body>
</html>



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to