Re: [xsl] Querying the Result Document

Subject: Re: [xsl] Querying the Result Document
From: "Jay Bryant" <jay@xxxxxxxxxxxx>
Date: Wed, 21 Dec 2005 18:12:36 -0600
Other than saving the result document to a file and actually looking, you
could write the whole thing to a variable and then perform your checks on
the content of the variable.

Jay Bryant
Bryant Communication Services


----- Original Message ----- 
From: "David Carver" <d_a_carver@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, December 21, 2005 4:47 PM
Subject: [xsl] Querying the Result Document


> Is there a way to check the Result Document for a set of nodes.
>
> What I want to do is make sure that I don't add a duplicate node to the
> result document, when an earlier template may have already added the
result.
>
> Thanks.
>
> Dave

Current Thread