File: Data.xml
Mr.
Jason
Lee
1234 Main Street
New York
WI
12345
File: Transform.xsl
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:co="http://rntsoft.com/xslt">
select="'A Inc'" />
select="concat('Copyright ?', $co:company-name)" />
Output:
Mr.
Jason
Lee
1234 Main Street
New York
WI
12345