Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Multiple XML files on one page?

Status
Not open for further replies.

bbulzibar

Technical User
Joined
Jun 18, 2004
Messages
1
Location
US
I have a directory filled with XML files. These are small files which contain something like:

<date>6/10/2004</date>
<name>bbulzibar</name>
<computer>Dell</computer>

Is there anyway I can aggregate 100 of these files and display them on ONE page?

I found this thing called XQEngine. It is
"a full-text search engine for XML documents. Utilizing XQuery as its front-end query language, it lets you interrogate collections of XML documents for boolean combinations of keywords, much as Google and other search engines let you do for HTML."

Does anyone have experience with doing this in XML or have experience with XQEngine? Do I even need XQEngine? Can I just use XQL and how would I go about doing that?

Any help would be greatly appreciated!
 
If you are using Windows do

Code:
copy *.xml Complete.xml

in the dos window.


This will create a new file will all the existing xml files. Then it is a simply matter of displaying them however you see fit. Like in IE or use XSL to format and query.



AGIMA - professional web hosting is our business.

AGIMA Computing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top