|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Comparing nodes minus one child
Hello,
If I have two elements that have the same structure in two
variables(today_product and yesterday_product):
<Product>
<Child1>...</Child1>
<Child2>...</Child2>
...
<ChildX>...</ChildX>
</Product>
How can I compare the two <Product> elements by comparing everything but
<ChildX> to see if they are equal? If possible, I would like to do this in
one line as opposed to comparing each part, which I can already do.
i.e. today_product (minus ChildX) ?= yesterday_product (minus ChildX)
Thanks in advance,
Matt Youngblut
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






