How to create XML reports in Java

preview_player
Показать описание
This video will show you how to leverage tools from the builtin Java library in order to create and update your own XML reports.

XML Reporting format shown in this video is geared towards Jenkins friendly format.

In this video you will learn how to:
- Build XML DOM programmatically
- Add attributes to XML elements
- Update/Overwrite XML attribute values
- Update XML DOM
- Stream DOM data to a file of your choice

Рекомендации по теме
Комментарии
Автор

This resolved my issue, but I want to convert this report in HTML format, can you please help on it. I saw we need to use xslt to conver.

gauravpendse
Автор

This has really solve one of my problem, but please can share with me, what if i want input the data from the keyboard?

salisuibrahim