Re: [xslt] Authentication support



On Fri, Aug 31, 2007 at 09:43:46AM -0400, Elliotte Harold wrote:
> 
>    OK.  In  that case is there a way to convince xsltproc to read its XML
>    input  from  STDIN  instead  of  a  file/URL?  That is, can I grab the
>    document I want to transform with curl, then pipe that into xsltproc?

  sure, in the Unix tradition, use '-' that should work,

   blah | xsltproc bar.xsl - > result.xml

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]