RE: load and dynamic href?

> given pipeline input document: <root href="urn" />
> 
> how do i process (load from within the pipeline) the document
> located at "/root/@href"?

With the above pipeline input document, this is the pipeline that loads
the document located at /root/@href: 

<p:pipeline>
  <p:load>
    <p:with-option name="href" select="/root/@href"/>
  </p:load>
</p:pipeline>

Regards,
Vojtech

--
Vojtech Toman
Principal Software Engineer
EMC Corporation
toman_vojtech@emc.com
http://developer.emc.com/xmltech

Received on Thursday, 27 May 2010 12:14:04 UTC