xsl-list
[Top] [All Lists]

RE: [xsl] Transforming multiple XML files into one file

2006-06-13 07:49:15
Oops!! Its nodeset not result set... Sorry !! 

-----Original Message-----
From: Sreeni Yetchina -X (syetchin - Pure Solutions at Cisco) 
Sent: Tuesday, June 13, 2006 7:39 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Transforming multiple XML files into one file

I know one way  but with a limitation(some one in the list may have a
better idea) Use document() function by supplying the local file system
xml document path in the brackets, it results the supplied XML document
as a result set, and use this results set as a regular result set
variable

MyXMLDoc=document('myfolder/myxmldoc.xml')

The limitation that I see, here is.. You need to know how many XMLs that
you are planning to combine before.. Since you can not define the XSL
nodeset variables dynamially at run time.

Hope that this gives some idea..
Good luck,
Sreeni

-----Original Message-----
From: Chad Chelius [mailto:cchelius(_at_)agitraining(_dot_)com]
Sent: Tuesday, June 13, 2006 7:03 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Transforming multiple XML files into one file

Greetings List!
I would like to be able to combine several XML files into one large XML
file using XSLT. Currently I have an XSLT that is doing some basic
transformations but I need to take them and combine them. I'm not sure
where to even start. Any help is greatly appreciated.


chad


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>