Jump to content

brieweb

Members
  • Posts

    2
  • Joined

  • Last visited

brieweb's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. I am trying to use XML in a report, but whenever I add an XML source, I can't see any of the fields when using the report wizard. Take the following xml sample. How do I add it as a datasource to use in a report? Do I have to use an XPATH expression? What would the XPATH be if I do? Thanks, brian File is c:\data\story.xml <?xml version="1.0"?><story> <storyinfo> <author>John Fleck</author> <datewritten>June 2, 2002</datewritten> <keyword>example keyword</keyword> </storyinfo> <body> <headline>This is the headline</headline> <para>This is the body text.</para> </body></story>[/code]
×
×
  • Create New...