On 07/07/17 16:03, Joseph L. Casale jcasale(_at_)activenetwerx(_dot_)com wrote:
I have a situation where I need to remove child elements from two distinct
paths
relative to the root, however the second path from document order is inferred
by
an xpath query that depends on the existence of the earlier child elements.
How does one accomplish such a task in xsl?
Am I right in deducing that your concern is that once the first set of
child elements has been removed, the information necessary to locate the
second set will no longer be present?
I don't think that is true for XSLT, as all the referenced location
information is computed before processing starts, when all elements are
still present.
///Peter
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--