Bill Just 2c worth of thought from the side. I am not sure I understand your problem as a whole... but can you not have a pipeline with an aggregation step in it; one part of the aggregate is the static file below, and the other is a pointer to the pipeline that generates the dynamic data. You can then run the aggregated xml through a normal transform to get your result... "looking up" the dynamic section and adding it in to the <td class="webapp"></td> element (basic XSL).
Just an idea. Derek >>> [EMAIL PROTECTED] 2006/02/21 07:01:17 AM >>> For various reasons, I need to retrieve some markup from a remote resource, and insert my jx result inline. e.g., I have some remote file called wrapper.xhtml that looks like <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <table> <tr> <td>Here is some static content</td> <td class="webapp">and a placeholder for dynamic stuff</td> </tr> </table> </body> </html> Where I need to replace the contents of //[EMAIL PROTECTED]'webapp'] with 'whatever'. It isn't the way I would have chosen to put it together, but it seems like a reasonable requirement that I should be able to handle with the sitemap and a cinclude transform. Right? No luck though with several hours of experimentation and the usual looking through google, samples, wiki, archives, userdoc, etc. BTW, the cinclude is really very slow... Is this the recommended method, or am I barking up the wrong tree here? TIA, Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]