[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

How to include the name of a xml document in the conte

Subject: How to include the name of a xml document in the content of a tag.
From: "Rua Costas, Beatriz" <bruac@xxxxxxxxxxx>
Date: Tue, 23 Oct 2001 18:50:21 +0200
 How to include the name of a xml document in the conte
	Hello everyone,
I am using a xsl document to do several transformations in xml files. 
I would like to include in the xml document the name of the file like the
content of a tag.

E.g.: 

Original XML (before XSL Transformation):

<?xml version="1.0" encoding="ISO8859-1" ?>
<CATALOG>
  <CD>
    <TITLE>Empire Burlesque</TITLE>
    <ARTIST>Bob Dylan</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1985</YEAR>
  </CD>
.
.
.

Final XML (after XSL Transformation):

<?xml version="1.0" encoding="ISO8859-1" ?>
<CATALOG>
  <CD>
    <DOC>The_name_of_the_xml_document</DOC>
    <TITLE>Empire Burlesque</TITLE>
    <ARTIST>Bob Dylan</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1985</YEAR>
  </CD>
.
.
.

Is there any easy way to get the name of the xml document using a xsl file?

Thank you.

	Beatriz 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.