Good Day,
We have the following XML document.
We would like have an XSLT that would produce a tabular report like -
Crisis Q&A, Crisis Q&A
Reinvent, Explore ways to reinvent, restart and get ahead in your career during turbulent times.
Any suggestions?
Regards,
Dan
We have the following XML document.
Code:
<?xml version='1.0' encoding='UTF-8' ?><autnresponse xmlns:autn='[URL unfurl="true"]http://schemas.autonomy.com/aci/'><action>QUERY</action><response>SUCCESS</response><responsedata>[/URL]
<autn:numhits>2</autn:numhits><autn:hit><autn:reference>[URL unfurl="true"]http://172.26.74.1/static_html_files/sitesearch/_crisis_qa.html</autn:reference><autn:id>3170</autn:id><autn:section>0</autn:section><autn:weight>96.00</autn:weight><autn:database>sitesearch</autn:database><autn:title>Crisis[/URL] Q&A</autn:title><autn:content><DOCUMENT><DREREFERENCE>[URL unfurl="true"]http://172.26.74.1/static_html_files/sitesearch/_crisis_qa.html</DREREFERENCE><DRETITLE>Crisis[/URL] Q&A</DRETITLE><SUMMARY_R>Crisis Q&A</SUMMARY_R></DOCUMENT></autn:content></autn:hit><autn:hit><autn:reference>[URL unfurl="true"]http://172.26.74.1/static_html_files/sitesearch/_sitesearch_reinvent.html</autn:reference><autn:id>3169</autn:id><autn:section>0</autn:section><autn:weight>96.00</autn:weight><autn:database>sitesearch</autn:database><autn:title>Reinvent</autn:title><autn:content><DOCUMENT><DREREFERENCE>http://172.26.74.1/static_html_files/sitesearch/_sitesearch_reinvent.html</DREREFERENCE><DRETITLE>Reinvent</DRETITLE><SUMMARY_R>Explore[/URL] ways to reinvent, restart and get ahead in your career during turbulent times.</SUMMARY_R></DOCUMENT></autn:content></autn:hit><autn:engines><autn:used>0,1,2,3</autn:used></autn:engines></responsedata></autnresponse>
We would like have an XSLT that would produce a tabular report like -
Crisis Q&A, Crisis Q&A
Reinvent, Explore ways to reinvent, restart and get ahead in your career during turbulent times.
Any suggestions?
Regards,
Dan