Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 20th, 2006, 02:37 PM
Authorized User
 
Join Date: Apr 2006
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Default referenced entities

Realized it should be posted in the XSLT section. sorry.
need help to order these names alphabetically

<titltxt>&Omacr;kubo Toshimichi</titltxt>
<titltxt>adam</titltxt>
<titltxt>sam</titltxt>
<titltxt>keven</titltxt>

Michael suggested using this:

<xsl:template match="articles">
  <xsl:for-each select="article">
    <xsl:sort select="title"/>
    <xsl:copy-of select="."/>
  </xsl:for-each>
</xsl:template>


works fine till I run into referenced entities before the names to be ordered.

thanks
Bill






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Code Referenced in Pro J! DroBuddy BOOK: Professional Joomla! ISBN: 978-0-470-13394-1 2 November 21st, 2008 12:48 AM
referenced entities bcogney XML 7 April 21st, 2006 11:04 AM
0x00000000 referenced memory cannot be read! otarboy Beginning VB 6 0 November 17th, 2004 02:10 AM
How do I debug an ActiveX DLL referenced by Excel? James Diamond Pro VB 6 4 July 19th, 2004 01:05 PM
Could not load referenced component: MSADODC.OCX Kendenny VB.NET 2002/2003 Basics 1 April 3rd, 2004 04:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.