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)
-> + Use of before and after string (3) Sticky Topic
-> - How do I substitute element ty... (1)
-> + How does one add working days ... (4)
-> - Help, I have existing XLT and... (1)
-> + Need help on XSLT issue - (2)
-> + EDI to XML Conversion (7)
-> - XML To JSON Conversion using X... (1)
-> + Formatting Paragraphs to same ... (2)
-> - Grouping of records (1)
-> + Problems with xsd 1.1 (4)
-> + XML to HL7 mapping (3)
-> + XSLT 3 and Iterate (2)
-> + XSL-FO to PDF preview (3)
-> + java.lang.RuntimeException: Er... (2)
-> + Create Acroforms with Stylus X... (2)
-> + How to change XSLT parameter s... (3)
-> + how to change format of the da... (2)
-> + Search "Next 8 Results " doesn... (2)
-> - Support for Git (1)
-> + newbee (8)
-- [1-20] [21-40] [41-60] 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.