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

RE: XMLSS XSL question

Subject: RE: XMLSS XSL question
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 5 Sep 2003 11:33:51 +0100
xmlss
FAQ: your source document declares a default namespace, so the Workbook
element is actually a
{urn:schemas-microsoft-com:office:spreadsheet}Workbook element. To refer
to this in the stylesheet, you must use an explicit namespace prefix,
e.g.

<xsl:template match="x:Workbook"
xmlns:x="urn:schemas-microsoft-com:office:spreadsheet"/>

Michael Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Madari István
> Sent: 05 September 2003 10:30
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  XMLSS XSL question
> 
> 
> Hi,
> 
> I'm a beginner in XSL, and I have problem.
> I'm using xmlspy 5 with its built-in XSLT engine, and I cant 
> apply templates for an XMLSS document..
> 
> few rows from the document:
> 
> <Workbook 
> xmlns="urn:schemas-microsoft-com:office:spreadsheet" 
> xmlns:o="urn:schemas-microsoft-com:office:office" 
> xmlns:x="urn:schemas-microsoft-com:office:excel" 
> xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" 
> xmlns:html="http://www.w3.org/TR/REC-html40">
>         <DocumentProperties 
> xmlns="urn:schemas-microsoft-com:office:office">
>                 <Author>Trax</Author>
> .
> .
> .
> .
> .
> </Workbook>
> 
> the xsl which I tried:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <?xmlspysamplexml C:\Documents and 
> Settings\Trax\Asztal\Munkafüzet1.xml?>
> <xsl:stylesheet version="1.0" 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
> xmlns:fo="http://www.w3.org/1999/XSL/Format">
>         <xsl:output method="html"/>
>         <xsl:template match="/">
>                 <xsl:apply-templates select="Workbook"/>
>         </xsl:template>
>         <xsl:template match="Workbook">
>                 <xsl:value-of select="name()"/>
>         </xsl:template>
> </xsl:stylesheet>
> 
> the debugger cant find the <Workbook>...
> what is the problem? the namespace or what?
> how can I solve this?
> 
> Thanks...
>   
> 
> -- 
> Best regards,
>  Trax                          mailto:pityusz@xxxxxxxxxxx
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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.