Rice Yeh wrote: > > Hi, > Can jx:import just import some element in a file? I find all examples > import the whole file specified in the uri. Can I just import some element > in a file? > > Rice > >
One way of doing it (bit hacky) is to call another pipeline (uri="http://{request.ServerName}:{request.ServerPort}/cocoon/otherPipeline#fragment") and configure that pipeline to return the fragments that you are looking for. Otherwise, I dont think it can be done reading a file from disk. HTH, JD -- View this message in context: http://www.nabble.com/Can-jx%3Aimport-just-import-some-element-in-a-file--tf3491393.html#a9758532 Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
