0
My php page needs to bind to multiple xml sources. How?
Community Beginner
,
/t5/dreamweaver-discussions/my-php-page-needs-to-bind-to-multiple-xml-sources-how/td-p/3268013
Feb 12, 2011
Feb 12, 2011
Copy link to clipboard
Copied
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
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Enthusiast
,
LATEST
/t5/dreamweaver-discussions/my-php-page-needs-to-bind-to-multiple-xml-sources-how/m-p/3268014#M122761
Feb 14, 2011
Feb 14, 2011
Copy link to clipboard
Copied
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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

