Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
XSL to format HCM Extract definition
Summary
Here is an xsl template I put together that formats an HCM Extract Definition XML file into a more readable formatContent
I put this XSL template together so that I could format the XML that is generated by the HCM Extract Definition -> export
I have xsltproc on my desktop so I use it as follows
xsltproc ed2.xsl {Extrat Definition XML} > out.html
I have also provided an example input and output.
Feel free to modify it for your own use (could do with a more stylish layout)
5