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

Re: [text nodes] Unmatching text nodes wrongly inserte

Subject: Re: [text nodes] Unmatching text nodes wrongly inserted
From: Chizzolini Stefano <chist@xxxxxx>
Date: Fri, 24 Sep 2004 11:44:36 +0200
Re:  [text nodes] Unmatching text nodes wrongly inserte
Many thanks to Anton and Francesco for the tips!

Concluding, among the others I found an introductory resource briefly
discussing default template overriding and conflict resolution
(http://www.inf.uni-konstanz.de/dbis/teaching/ss02/xml/download/xml-07.pdf).

Regards,
Stefano

> -----Messaggio originale-----
> Da:	Anton Triest [SMTP:anton@xxxxxxxx]
> Inviato:	venerdl 24 settembre 2004 10.34
> A:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Oggetto:	Re:  [text nodes] Unmatching text nodes wrongly
> inserted
>
> Hi Stefano,
>
> The stylesheet you posted:
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>     version="1.0" xmlns:xdm="http://www.aaa.it/consulta/xdmModel">
>     <xsl:template match="xdm:fields">
>         <map font-family="Courier" font-size="10pt" height="1"
> x-unit="in/10" y-unit="in/6">
>             <xsl:apply-templates select="xdm:field[@name='CSBFT242']"/>
>         </map>
>     </xsl:template>
>     <xsl:template match="xdm:field[@name='CSBFT242']">
>         <label x="20" y="56" width="12">
>             <xsl:value-of select="."/>
>         </label>
>     </xsl:template>
> </xsl:stylesheet>
>
> does not contain a <xsl:template match="/"> (matching the document root
> node).
>
	[...]

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.