XML Refactoring: unwrap all spans with just a @lang attribute
Posted: Fri Mar 17, 2023 6:37 pm
I'm trying to unwrap all spans that just have an @lang attribute
in the XPath builder I'm using the following expression which works
`//span[@lang and count(@*) = 1]`
but when I try to use the same expression using XML Refactoring I get a "No resources were affected" message?
am I missing something?
in the XPath builder I'm using the following expression which works
`//span[@lang and count(@*) = 1]`
but when I try to use the same expression using XML Refactoring I get a "No resources were affected" message?
am I missing something?