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

swmk

Members
  • Posts

    6
  • Joined

  • Last visited

swmk's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  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...