...
| Code Block |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Testing XML Example</title></head>
<body><h1>Persons</h1>
<ul>
<li>Davolio, Nancy</li>
<li>Smith, John</li>
</ul>
</body>
</html>
|
Depending on your environment, you can might be able to make use of XSLT directly from the command line instead of calling it from Java or Groovy. You can also call it from Ant using the xslt task.