- From: Norman Walsh <ndw@nwalsh.com>
- Date: Wed, 03 Aug 2011 17:06:20 -0400
- To: XProc Dev <xproc-dev@w3.org>
Received on Wednesday, 3 August 2011 21:06:51 UTC
mozer <xmlizer@gmail.com> writes:
> Here are few thoughts about the behavior of p:insert
[...]
> Hence I expect the result to be
>
> <root>
>
> <first><toto/></first>
> <prices/>
> <names/>
> </root>
>
>
> without any space
>
> But Calabash give this out (with extra space around the element)
Not me. (Nor do I even see how that's possible, though I don't dispute that you're seeing it :-)
$ calabash mozer.xpl
INFO: Running pipeline one-two-three
INFO: Running identity !1.1
INFO: Running insert !1.2
<root>
<first><toto/></first>
<prices/>
<names/>
</root>
What version of Calabash are you running?
Be seeing you,
norm
--
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 413 624 6676
www.marklogic.com
Received on Wednesday, 3 August 2011 21:06:51 UTC