I have two files. I would like the one to import the other, as in (quick and probably not syntactically correct example)
<html xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"> <body> <jx:import uri="personnelInformation.xml" /> </body> </html> The second is <jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"> <h1>some stuff</h1> </jx:template> The problem is I can't figure out the syntax for <jx:import ...> and quite possibly whether or not I am doing the <jx:template> properly. The purpose of the <jx:template> tag is not quite clear to me... for that matter neither are the attributes of the <jx:import> tag. Any help? Thanks, Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
