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

RE: Simple XSL but having problems

Subject: RE: Simple XSL but having problems
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 11 May 2004 18:02:28 +0100
RE:  Simple XSL but having problems
I bet you've left out the part of the XML that's causing the trouble,
because you didn't think it mattered. Is there a default namespace
declaration, by any chance?

Michael Kay 

> -----Original Message-----
> From: Dylan Barber [mailto:dylan.barber@xxxxxxxxxxxxx] 
> Sent: 11 May 2004 16:02
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Simple XSL but having problems
> 
> Here is my xml layout
> 
> <a>
>    <b>
>        <c1>test1</c1>
>        <c2>test2</c2>
>    </b>
>    <b>
>    <b>
>        <c1>test3</c1>
>        <c2>test4</c2>
>    </b>
> </a>
> 
> and i want to show c1 and c2 so i have this 
> 
> <xsl:stylesheet version="1.0" 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> 	<xsl:template match="/">
> 			<xsl:for-each select="a/b">
> 				<xsl:value-of select="c1"/>
> 				::
> 				<xsl:value-of select="c2"/>
> 				;;
> 			</xsl:for-each>:|*|:
> 	</xsl:template>
> </xsl:stylesheet>  
> 
> 
> however all i get is :|*|:
> 
> what did i do wrong (please no rebukes I am trying to 
> understand this and I think this structure should work its 
> easy enough)
> 
> Thanks !!!!!
> 
> --------------------------------------------------------------
> -------------------------------
> Dylan Barber                              :  AOL Messenger - dylanbarb
> (CIW Professional, A+ Technician): MSN Messenger - 
> dylan.barber@xxxxxxxxxxxxx
> Web Designer / Developer / Host
> --------------------------------------------------------------
> -------------------------------
> 
> 
> Clip those URLs! - Short links are easier to remember.
> http://clipurl.com

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.