namespace "http://www.w3.org/1999/xhtml"; namespace html = "http://www.w3.org/1999/xhtml"; namespace g="urn:x-mlmind:namespace:group"; for-each //p[matches(., "^\d+\)\s*")] { delete-text("^\d+\)\s*"); set-element-name("li"); set-attribute("g:id", "numbered"); set-attribute("g:container", "ol style='list-style-type: upper-roman;'"); } group();