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

X3D XSLT - re yesterday

Subject: X3D XSLT - re yesterday
From: j milo taylor <milo@xxxxxxxxxx>
Date: Fri, 30 May 2008 12:18:15 +0100
 X3D XSLT - re yesterday
Thanks to Florent and Scott for your feedback.

I have tried what you suggested. I now get no "Attribute 'url' outside of element. null" error.

Now i get

null
Could not compile stylesheet
Could not compile stylesheet

Here's my code:

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output media-type="model/x3d=xml" doctype-system="http://www.web3d.org/specifications/x3d-3.2.dtd" method="xml" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<X3D profile="Immersive">&#10;
<head>&#10;<title/>
</head>
<Scene>
<xsl:apply-templates/>


           </Scene>
       </X3D>

</xsl:template>

<xsl:template match="artists">
<Group>
<xsl:for-each select="artist">
<Transform translation='.8 4 1'>


<xsl:attribute name="translation"><xsl:value-of select="(position() - 1) * 6"/>
</xsl:attribute>
<xsl:template match="Artist_Image">
<Shape containerField='children'>
<xsl:for-each select="Artist_Image">


<Appearance containerField='appearance'>
<xsl:attribute name="url">
<xsl:value-of select="Artist_Image"/>
</xsl:attribute> <ImageTexture containerField='texture'/>


<Material containerField='material' ambientIntensity='0.200' shininess='0.200' diffuseColor='1 .50196 0'/>
</Appearance>
<Box containerField='geometry' size='5 5 0.2'/>
</xsl:for-each>


</Shape></xsl:template>

</Transform>

</xsl:for-each>
</Group>
</xsl:template>
</xsl:stylesheet>

Please, any help would be great, this is driving me crazy!

Best regards
J Milo Taylor

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.