You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is harder than I thought it would be! I attempted to pattern a stylesheet after 002_localid_implementation_set.xsl, but I need to replace two elements, not just one.
I was also getting the child text that had been in the element I replaced in the output, following the new element with the new child text:
<root>
<i_replaced>this value</i_replaced>so why am I seeing the old value here!?
</root>
This is harder than I thought it would be! I attempted to pattern a stylesheet after 002_localid_implementation_set.xsl, but I need to replace two elements, not just one.
I was also getting the child text that had been in the element I replaced in the output, following the new element with the new child text:
Previous efforts started with iterating through files and invoking a Saxon transformation for each (see cell 9,
# process XML [...]
), and ended with an idea to use two subsequent transformation scenarios with two stylesheets (see 002_modify_852h.xsl and 002_modify_852i.xsl).The text was updated successfully, but these errors were encountered: