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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Create XSLT stylesheets for us... (2)
-> + Merge Multiple Files While Che... (2)
-> + xslt 3 level or multi level gr... (6)
-> + How to create xsl which will c... (2)
-> + xsl:variable and Result Tree F... (7)
-> - XSL-FO fo:table continued from... (1)
-> + XSLT Java issue (2)
-> + problem with hyperlink (4)
-> + substring-after function probl... (4)
-> + Xalan Processing (3)
-> + Memory utilization high with m... (2)
-> + check all parent node groups s... (2)
-> + CSV DOC to XML CONVERSION (11)
-> + XSLT: Ordered List (based on r... (4)
-> + XSLT Mapping - Issue (4)
-> + XSL following-sibling, how to ... (5)
-> + need xslt elements help (2)
-> + Dynamic generation of URL in X... (2)
-> - List Created from Section Navi... (2)
-> ->List Created from Section...
-> + xslt elements help (2)
-- Previous [301-320] [321-340] [341-360] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Janna CrabbSubject: List Created from Section Navigation Not Working
Author: Janna Crabb
Date: 22 Jun 2009 04:30 PM
Hi,

I am new to xslt and xpath. I am trying to create a page with a list of press releases built from a folder structure - main folders with pages of content under them. If the system finds a folder, I want it to display as a title and if it finds a page as a link. Can anyone tell me what I might be doing wrong? I don't get an error message, the content just doesn't show up. Maybe I am telling the xsl to look in the wrong place for content? Thanks for your help!

2009
- Content Page
- Content Page

2008
-Content Page
-Content Page

I've written the following code

<xsl:choose>
<xsl:when test="Navigation[@Name='PressReleaseNavigation']/Page[@Schema='Folder']">
<span><xsl:for-each select="Page/@Name"/></span></xsl:when>
<xsl:otherwise>
<a href="{Page/@URL}">
<xsl:for-each select="Page/@Title" />
</a></xsl:otherwise>

</xsl:choose>

Based off of the following section of XML.
_______________________________________
<Navigation Name="PressReleaseNavigation" Type="Children">
-<Page ID="x1534" URL="x1534.xml?Preview=true&Site=&UserAgent=&IncludeAllPages=true&tfrm=4" Changed="20090521T14:43:26" CategoryIds="" Schema="Folder" Name="2008">
<Page ID="x1585" URL="x1585.xml?Preview=true&Site=&UserAgent=&IncludeAllPages=true&tfrm=4" Title="CASE Graduate Trainee Programme to Boost Higher Education Fundraising" Abstract="CASE Graduate Trainee Programme to Boost Higher Education Fundraising" CreationDate="20090522T11:34:00" Changed="20090527T18:43:37" CategoryIds="" Schema="PressRelease" Name="Press Release" />
<Page ID="x1553" URL="x1553.xml?Preview=true&Site=&UserAgent=&IncludeAllPages=true&tfrm=4" Title="CASE Graduate Trainee Programme to Boost Higher Education Fundraising" Abstract="this is an abstract" NavName="Test Press Release" CreationDate="20090521T13:22:00" Changed="20090521T20:47:23" CategoryIds="" Schema="PressRelease" Name="Test Press Release" />
</Page>
-<Page ID="x1533" URL="x1533.xml?Preview=true&Site=&UserAgent=&IncludeAllPages=true&tfrm=4" Changed="20090521T14:43:26" CategoryIds="" Schema="Folder" Name="2009">
<Page ID="x1542" URL="x1542.xml?Preview=true&Site=&UserAgent=&IncludeAllPages=true&tfrm=4" Title="CASE Announces Recipients of Distinguished Service Awards" Abstract="CASE Announces Recipients of Distinguished Service Awards: Six Honored for Outstanding Service to Education, Advancement" NavName="CASE Announces Recipients of Distinguished Service Awards" CreationDate="20090521T10:08:00" Changed="20090521T15:54:22" CategoryIds="" Schema="PressRelease" Name="CASE Announces Recipients of Distinguished Service Awards" />
</Page>
</Navigation>

Posttop
(Deleted User) Subject: List Created from Section Navigation Not Working
Author: (Deleted User)
Date: 23 Jun 2009 04:23 AM
Hi Janna,
which version of Stylus Studio are you using, and which XSLT processor have you selected in the Scenario Dialog property page?

Thanks,
Alberto

   
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.