Re: Some hints on the basics

Jim,

At 05:33 AM 4/14/2010, James Fuller wrote:
>it struck me that you may also be asking about something else here: u
>can use p:import to bring in pipelines from another file ... another
>thing to realize is that p:pipeline is syntax convention for a
>p:declare-step e.g.
>
><p:pipeline>
>  ... steps ...
></p:pipeline>
>
>is roughly equiv to:
>
><p:declare-step>
>   <p:input port='source' primary='true'/>
>   <p:input port='parameters' kind='parameter' primary='true'/>
>   <p:output port='result' primary='true'/>
>   .... steps ...
></p:declare-step>

Right. Plus apparently p:declare-step (and p:pipeline) can nest (of 
course), which is suggestive.

I think I have some work cut out for me for the weekend. The pieces 
are still strewn around the table, but they are coming more into focus. :-)

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Received on Wednesday, 14 April 2010 16:43:00 UTC