You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/09/18 17:53:40 UTC

DO NOT REPLY [Bug 10473] - Adding your own builtin-logicsheets does not work properly

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10473>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10473

Adding your own builtin-logicsheets does not work properly





------- Additional Comments From mturyn@world.std.com  2002-09-18 15:53 -------
With j2sdk-1_4_0_02, tomcat-4.1.10 for vm1.4, logicsheets in subdirectories seem
fine, but still can't find them without proc directive <?...?> syntax at start
of each XSP file....yes, I really <em>have</em> altered .../cocoon.xconf
appropriately (I think):

<code>
        <builtin-logicsheet>
          <parameter name="prefix" value="name1"/>
          <parameter name="uri" value="http://www.unveil.com/name1/2.0"/>
          <parameter name="href" value="resource://logicsheets/name1.xsl"/>
        </builtin-logicsheet>

        <builtin-logicsheet>
          <parameter name="prefix" value="name2"/>
          <parameter name="uri" value="http://www.unveil.com/name2/2.0"/>
          <parameter name="href" value="resource://logicsheets/name2.xsl"/>
        </builtin-logicsheet>
</code>

and added those prefixes/URI's to the xsp:page namespace.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org