vinodtakkekar Posted August 27, 2019 Share Posted August 27, 2019 Can any one help in creating an xml output for the below scenario ASAP Test 1: On matching a step, return the existing id or generate a new one if one does not exist; the ID may be written as an attribute or processing instruction. The attribute ID takes higher priority. Test 2: On matching an unordered list (ul) or ordered list (ol) that has a parent step element, return the list as a text string: i.e. [technician] => 'technician' [male, female] => 'male & female' [orange, apple, mango] => 'orange, apple & mango'. Test 3: Return the value of the class attribute, where: The element is an unordered list. It has a parent step element which is not the first step element within steps. All of its child list-item (li) values (numbers) are less than 9. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now