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

ionelu

Members
  • Posts

    1
  • 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 ionelu

  1. I have a XML source that is using namespaces. I am using the following query for the Report Query: /ns3:QueryNetworkElementResponse/NetworkElement The XML data looks something like this: <ns3:QueryNetworkElementResponse xmlns:ns3="http://www.tieroneoss.com/tnpNML/" > <NetworkElement> <ns1:Id xmlns:ns1="http://www.tieroneoss.com/tnp/NetworkResources">1</ns1:Id> <ns1:Name xmlns:ns1="http://www.tieroneoss.com/tnp/NetworkResources">UploadTerm/UploadTerm</ns1:Name> .... The report returns no data. If I take out the namespace, it works fine. Any suggestions? Ion
×
×
  • Create New...