[dsdl-discuss] Re: DSDL Use Case on NetKernel: Part 2

From: Peter Rodgers <pjr@1060.org>
Date: Wed Apr 13 2005 - 16:31:45 UTC

Martin,

In the async example we do a number of joins and assign the joined
results to the variables var:html, var:svg, var:mathml.

After the joins there is no difference between the sync and async
implementations, they are simply using different variable names!

Cheers,

Peter

Martin Bryan wrote:
> Peter
>
> Rereading your excellent draft on the use of DPML for document validation
> while on holiday last week I ran into problems with one statement, which was
>
>
>><comment>
>>**************
>>After completion of step 10 the HTML (both streams), and
>>SVG (both streams) should be recombined to produce a
>>single stream that can fed to a web browser.
>>**************
>></comment>
>><instr>
>><type>transform-XSLT</type>
>><source>var:docbook</source>
>><transform>
>>stylesheet-to-aggregate-everything.xslt
>></transform>
>><html-param>var:html</html-param>
>><svg-param>var:svg</svg-param>
>><mathml-param>var:mathml</mathml-param>
>><target>this:response</target>
>></instr>
>><exception>
>
>
> In the syncrhonous version the source for the equivalent statement was
> var:docbook-as-html and the params were the schematronized and svg versions,
> e.g.
>
> <comment>
> **************
> After completion of step 10 the HTML (both streams), and
> SVG (both streams) should be recombined to produce a
> single stream that can fed to a web browser.
> **************
> </comment>
> <instr>
> <type>transform-XSLT</type>
> <source>var:docbook-as-html</source>
> <transform>
> stylesheet-to-aggregate-everything.xslt
> </transform>
> <html-param>var:html-schematronized</html-param>
> <svg-param>var:svg-schematronized</svg-param>
> <mathml-param>var:mathml-as-svg</mathml-param>
> <target>this:response</target>
> </instr>
> <exception>
>
> For the asynchronous versions you go back to the original documents -
> seeming thereby to loose the conversions to html and svg. Can you please
> explain how the conversions get integrated using this approach. Thanks
>
> Martin Bryan
>
>
> --
> DSDL members discussion list
>
> To unsubscribe, please send a message with the
> command "unsubscribe" to dsdl-discuss-request@dsdl.org
> (mailto:dsdl-discuss-request@dsdl.org?Subject=unsubscribe)
>

--
DSDL members discussion list
To unsubscribe, please send a message with the
command  "unsubscribe" to dsdl-discuss-request@dsdl.org
(mailto:dsdl-discuss-request@dsdl.org?Subject=unsubscribe)
Received on Wed Apr 13 18:31:53 2005

This archive was generated by hypermail 2.1.8 : Fri Apr 15 2005 - 19:03:01 UTC