RE: Implementation of Murray's proposal

 

> -----Original Message-----
> From: public-xml-processing-model-wg-request@w3.org 
> [mailto:public-xml-processing-model-wg-request@w3.org] On 
> Behalf Of Norman Walsh
> Sent: Wednesday, 2006 December 20 07:02
> To: public-xml-processing-model-wg@w3.org
> Subject: Re: Implementation of Murray's proposal
> 
> / "Grosso, Paul" <pgrosso@ptc.com> was heard to say:
> | In the diff one, the strikeout seems to get stuck so it looks 
> | you're deleting everything from the middle of 4.1.2 on.
> 
> You're looking at http://www.w3.org/XML/XProc/docs/alternate/diff.html
> right?

Correct.

> With what browser (not that it should matter)?

IE 6.0.

Since you mentioned it, I also checked with NS 8.x, and
it displays correctly there, so I guess it's an IE thing.

If I delete:

<div class="programlisting"><pre>&lt;p:step name="expand"
type="p:xinclude"&gt;
  &lt;p:input <span
class="revision-added"><span>port="source"&gt;</span></span>
<span class="revision-added"><span>    &lt;p:pipe</span></span><span
class="revision-deleted"><span>port="document"
</span></span>step="otherstep" <span
class="revision-added"><span>port="result"/&gt;</span></span>
<span class="revision-added"><span>  &lt;/p:input&gt;</span></span><span
class="revision-deleted"><span>source="result"/&gt;</span></span>
<span class="revision-deleted"><span/></span>&lt;/p:step&gt;
</pre></div>

then things work, but something about that chunk is confusing IE.

Actually, it's confusing me too, because it seems to be saying
you are deleting the </p:step>, but then you'd be leaving an
unmatched <p:step>.

paul

Received on Wednesday, 20 December 2006 15:25:12 UTC