Jump to content
We've recently updated our Privacy Statement, available here ×

swmk

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by swmk

  1. Hi, all.. How can I set report's source (which is XML) from a servlet which generates results in XML? Regards; Stephen
  2. I got this exception; org.apache.xpath.XPathException: Can not convert #NUMBER to a NodeList! nested by; net.sf.jasperreports.engine.JRException: XPath selection failed. Expression: .//users*user
  3. Code:<?xml version="1.0"?> <appconfig> <users> <user>.....</user> <user>.....</user> <user>.....</user> </users> </appconfig> My XML structure is like above, and I'd like to take out all <user>. What will be the XPath and Field Description look like? I've tried /appconfig/users*user.
  4. Code:<?xml version="1.0"?> <appconfig> <users> <user>.....</user> <user>.....</user> <user>.....</user> </users> </appconfig> My XML structure is like above, and I'd like to take out all <user>. What will be the XPath and Field Description look like? I've tried /appconfig/users*user.
  5. Is there any way to identify that the query is correct with XMLDataSource? Regards; Stephen
  6. Hi, all I'm new to jasper report and iReport. I am trying to design my report using XML Data Source. When I execute using data source, a message, "The document has no pages". I don't know what went wrong. I'm doing as it is in docs. If you have any good links on XML Data Source. Please share me. Regards; Stephen
×
×
  • Create New...