Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / March 2006

Tip: Looking for answers? Try searching our database.

Can a XSLT combine several XML files during process?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
msnews.microsoft.com - 29 Mar 2006 10:38 GMT
Hi

Does anybody know if  XSLT can process several XML file at a time

I have two xml document which stored in memory stream and wanna to combine
it together under several rules. I am tring to use a XSLT file but donon how
to process several xml at a time

Regards,
Norton
Martin Honnen - 29 Mar 2006 12:37 GMT
> Does anybody know if  XSLT can process several XML file at a time

There is a main input tree and you can load other documents using the
XSLT document function e.g.
  document('file2.xml')
see
  <http://www.w3.org/TR/xslt#document>
for details.

Signature

    Martin Honnen --- MVP XML
    http://JavaScript.FAQTs.com/

sid_simian - 30 Mar 2006 02:19 GMT
Just be careful about scope after you use the document function.  You may
find that your context has changed.

>> Does anybody know if  XSLT can process several XML file at a time
>
[quoted text clipped - 4 lines]
>   <http://www.w3.org/TR/xslt#document>
> for details.
msnews.microsoft.com - 30 Mar 2006 17:59 GMT
thx for your advise !!

"msnews.microsoft.com" <nortonwong@hotmail.com> ¼¶¼g©ó¶l¥ó·s»D:%238Wt7RxUGHA.4452@TK2MSFTNGP12.phx.gbl...
> Hi
>
[quoted text clipped - 6 lines]
> Regards,
> Norton

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.