XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Luke TurnerSubject: Children question
Author: Luke Turner
Date: 16 Aug 2005 10:11 AM
hi
1. How can I take an action only if the node has children?
2. How can I have an interger variable that I can use?

cheers

Postnext
Ivan PedruzziSubject: Children question
Author: Ivan Pedruzzi
Date: 16 Aug 2005 10:25 AM
>hi
>1. How can I take an action
>only if the node has children?

<xsl:if test="count(*) &gt; 0">

</xsl:if>

>2. How can I have an interger
>variable that I can use?

That's a bit generic.

If you need an index you can use the position() function
that returns the node position in relation to its parent.


Ivan Pedruzzi
Stylus Studio Team

Postnext
Luke TurnerSubject: Children question
Author: Luke Turner
Date: 16 Aug 2005 10:39 AM
Thanks! Basically I want to have a counter of certain elements. My English is not good. My page is made of some uls. They need to have ids like this:

<ul id=1 ...
<ul id=2 ...
<ul id=3 ...


thank you

Postnext
Ivan PedruzziSubject: Children question
Author: Ivan Pedruzzi
Date: 16 Aug 2005 11:03 AM

Could you post a sample of your XML input?

Ivan Pedruzzi
Stylus Studio Team

Postnext
Luke TurnerSubject: Children question
Author: Luke Turner
Date: 16 Aug 2005 11:18 AM
Attached is my input, my goal is to make it like this page:

http://tutorials.alsacreations.com/deroulant/menu-vertical.htm

cheers


Documentcontents.xml

Postnext
Ivan PedruzziSubject: Children question
Author: Ivan Pedruzzi
Date: 16 Aug 2005 11:50 AM

Mostly static HTML but you should get the idea.


Ivan Pedruzzi
Stylus Studio Team


Documentxsltval(1).xsl

Posttop
Luke TurnerSubject: Children question
Author: Luke Turner
Date: 16 Aug 2005 12:04 PM
Thank you! I'm a bit confused now though, could you give me a source file for that so I'm able to see when it does and experiment?

cheers

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.