Skip to main content
Participant
February 13, 2011
Question

My php page needs to bind to multiple xml sources. How?

  • February 13, 2011
  • 1 reply
  • 373 views

Hello --

I need to bind an xsl fragment on my php page to multiple xml sources.  The bindings panel only allows for one.  There's got to be a way, right?  The schema is identical, in about eight files, I just want to search and report the info from all eight files into one xsl page... solution?

thanks!

Don

This topic has been closed for replies.

1 reply

Inspiring
February 14, 2011

I don't know if this is at all possible, or if it answers your needs, but what about creating a php page with all the recordsets in, print the results on the fly to a single xml file, and then import that one xml file.

Just a thought!