|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How do templates get invoked for elements decorate
it's, a FFFFAQ:-) google just took me here at random:-) http://www.biglist.com/lists/xsl-list/archives/200111/msg00772.html The namespace is part of the name, so adding a namespace in the source is like changing the name by adding a letter A at the front, and the changes needed in the xsl are teh same in both cases, you just need to change the names in the patterns and xpaths to use the same name. add xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" to your xsl:stylesheet then you can refer to elements in this namespace by <xsl:template match="/ss:Workbook"> <xsl:apply-templates select="ss:DocumentProperties" />
|
Back To School Sale!Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






