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

Re: Re: restructuring element hierarchy using xslt- co

Subject: Re: Re: restructuring element hierarchy using xslt- complications
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 1 Oct 2003 06:03:43 -0700 (PDT)
why restructure company hierarchy
> For some reason only the resp tag is working (it changes), however, 
> levels below that dont change, i doubled checked i copied the code 
> correctly?

If you copied the code from:
   
http://aspn.activestate.com/ASPN/Mail/Message/XSL-List/1821323

then you have to correct this:


 <myLevels:myLevels> 
   <level> res</level>
   <level> rol</level>
   <level> prod</level>
 </myLevels:myLevels> 

(a leading space appears before each of the names "res", "rol" and "prod")

to this:

 <myLevels:myLevels> 
   <level>res</level>
   <level>rol</level>
   <level>prod</level>
 </myLevels:myLevels> 

(the names correctly contain no spaces).


If you copied the source from here:

http://www.biglist.com/lists/xsl-list/archives/200309/msg01227.html

then you have to correct this:

   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";

(a semicolon appended at the end of the line)

into this:

 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

(no semicolon -- correct).


I don't know what is the cause for the bugs in these otherwise very useful
archives.





=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.