xsl-list
[Top] [All Lists]

RE: RE: RE: JavaScript problem again!

2002-11-05 04:42:49

I just commented out part by part. In this particular part, JavaScript
didn't work for the whole document.
Since I'm an newbie I don't know whitch prozessor I'm using. I'm working
"with" the latest Cocoon framework. If it does help, heres my sitemap:

<?xml version="1.0"?><map:sitemap xmlns:map
="http://apache.org/cocoon/sitemap/1.0";>      <!--
=========================== Components ================================ -->
<map:components>         <map:generators default="file"/>
<map:transformers default="xslt"/>       <map:readers default="resource"/>
     <map:serializers default="html"/>        <map:selectors default
="browser"/>        <map:matchers default="wildcard"/>  </map:components>
<!-- =========================== Pipelines
================================= -->    <map:pipelines>
<map:pipeline>
               <map:match pattern="login.xml">
                    <map:generate src="login.xml"/>
                    <map:transform src="login.xsl"/>
                    <map:serialize/>
               </map:match>
               <map:handle-errors>                 <map:transform src
="../../stylesheets/system/error2html.xsl"/>                 <map:serialize
status-code="500"/>           </map:handle-errors>
</map:pipeline>     </map:pipelines></map:sitemap><!-- end of file -->




Thanks for the help

Jonny


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>