How to fix “Field not found” error in case using two XPath expressions in single report?
问题 I've been struggling with my problem since 7 days. I have 1 XML input data and want to convert that into desired PDF file with line chart XML <?xml version="1.0" encoding="utf-8"?> <sample-data xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:ht="urn:xyz.com/xslt/extensions"> <section name="relative-performance"> <historic-valuations> <valuation-list> <valuation> <value>890000</value> <date>2014-12-01T00:00:00</date> </valuation> <valuation> <value>923789</value> <date>2015-12-01T00:00:00<