The Simcraft Explorer Reporter tool (SER) takes XML results from SE and generates reports based on the aggregated data.
%SE_ROOT%\ser -d . -s . -i %SE_ROOT%/profiles/T19M/hunter -x T19M -t "T19M BM ST Trinkets" -f bm_st_trinkets_forum_post.txt --html bm_st_trinkets.html
-d is the destination folder to generate files into. -s is the source folder that XML files from SE can be found in. -i is the input gear profiles that were used in the generation of XML files. -x specifies the prefix that was used in SE. -t indicates the title of outputs that are generated (in HTML or text files). -f is a forum post text that aggregates results. --html specifies the output file in HTML.
%SE_ROOT%\ser -d . -s . -i %SE_ROOT%/profiles/T19M/hunter -x T19M -t "T19M BM ST Trinkets" -f bm_st_trinkets_forum_post.txt --html bm_st_trinkets.html -x Other_xml_ouput1.xml -x Other_xml_output2.xml
You can aggregate individual XML outputs from Simcraft via the -x argument. This would add the two xml files Other_xml_output1.xml and Other_xml_output2.xml to the files that exist in the current directory (the -s option).