Folks -
I have a stylesheet difficulty that I'm sure most of you could probably solve in moments - this thing has had me stymied for parts of several days......I've attached the stylesheet and some sample data.
The stylesheet is by no means pretty, but it's supposed to output HTML for the body of an email. There are Header and OrderResponseBo dy children to the OrderResponse parent(CIDX). The problem is that I need to pull a date out of the XML in the Header nodeset while processing the OrderResponseBo dy nodeset. The closest I've been able to come to suceeding is by using 'following-sibling' although what I really need is something like a 'following-sibling-or-self'.
The stylesheet has some comments, I'm dealing with 'Date Acknowledged' and no amount of blood, sweat and tears has helped me find a solution to this particular problem! I had posted on another forum but I guess they're all on vacation!
Thanks For Helping Out!
Bob
I have a stylesheet difficulty that I'm sure most of you could probably solve in moments - this thing has had me stymied for parts of several days......I've attached the stylesheet and some sample data.
The stylesheet is by no means pretty, but it's supposed to output HTML for the body of an email. There are Header and OrderResponseBo dy children to the OrderResponse parent(CIDX). The problem is that I need to pull a date out of the XML in the Header nodeset while processing the OrderResponseBo dy nodeset. The closest I've been able to come to suceeding is by using 'following-sibling' although what I really need is something like a 'following-sibling-or-self'.
The stylesheet has some comments, I'm dealing with 'Date Acknowledged' and no amount of blood, sweat and tears has helped me find a solution to this particular problem! I had posted on another forum but I guess they're all on vacation!
Thanks For Helping Out!
Bob
Comment