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

Transformation problem

Subject: Transformation problem
From: "Matthias O. Will" <m.o.will@xxxxxx>
Date: Thu, 15 Feb 2001 18:32:17 +0100
transformation problem
Hi,

I know this list isn't about debugging other people's code, but I seem
to be stuck, and here's what's happening:

I am translating one XML file into another, but one of the input tags
isn't parsed, and I don't see why.

The input reads as follows:

<General>
   ...
   <Author>
	<vCard ...> ... </vCard>
   </Author>
   ...
</General>
  
and the transformation is defined as follows:

 <xsl:apply-templates select="General"/>
  ...
 <xsl:template match="General">
 <xsl:for-each select="Author">
	<xsl:apply-templates select="vCard"/>
 </xsl:for-each>
...
 </xsl:template>

 <xsl:template match="vCard">
 ...
 </xsl:template>

The problem is that the XSL commands assigned with the vCard tag are
never output, and I don't have the slightest idea why.

If anyone should have an idea on what I'm doing wrong, let me know!

Thanks for your help, as always!
Matt
-- 

---------------------------------------------------------------------
PLEASE NOTE THAT MY MAIL ADDRESS m.o.will@xxxxxx WILL BE DISCONTINUED
AND USE m.o.will@xxxxxx TO SEND ME YOUR E-MAILS! THANK YOU VERY MUCH!
--------------------------------------------------------------------

Matthias O. Will (m.o.will@xxxxxx)                       <>< 
Institute of Computer Science,       University of Freiburg
Georges-Koehler-Allee, Bldg. 51, D-79110 Freiburg,  Germany	 
Phone:   +49-761-203-8170             Fax: +49-761-203-8162  
URL:     http://ad.informatik.uni-freiburg.de/~will

 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.