Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Beginners XML/XSLT question

Reply
Thread Tools

Beginners XML/XSLT question

 
 
Greg
Guest
Posts: n/a
 
      05-06-2004
I am beginning the process of writing a XSLT for XML to CSV. Is it
possible to do this so that many XML files produce one CSV file?


Thanks!
Greg
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      05-06-2004
Greg wrote:

> I am beginning the process of writing a XSLT for XML to CSV. Is it
> possible to do this so that many XML files produce one CSV file?


Yes, XSLT 1.0 applies one XSLT stylesheet to one main XML source file
but you can access other XML documents using the function named document
e.g.
<xsl:for-each select="document('whatever.xml')//*">
see
http://www.w3.org/TR/xslt#document

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginners Question CHAZDG Wireless Networking 2 11-10-2005 12:29 AM
Beginners Question Regarding Static Web Pages Roger stevenson ASP .Net 8 07-01-2005 04:05 AM
Stupid beginners question: Windows Username Child ASP .Net 2 06-01-2005 08:03 PM
web service beginners question Mike P ASP .Net 3 09-21-2004 01:50 PM
Beginners question about DataGrid and page selection Alex ASP .Net 1 04-19-2004 08:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57