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

RE: Prob using xsl namespace across corp network (w3.o

Subject: RE: Prob using xsl namespace across corp network (w3.org/1999/XSL/Transform)
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 2 Oct 2002 20:30:22 +0100
xsl namespace value of
If you are doing client-side transformations in Internet Explorer then
you need to make sure that IE is configured to support XSLT. By default,
until and including IE 5.5, it isn't. Details at
http://www.netcrucible.com/.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> ALFANO, ALAN (SNETCOMM)
> Sent: 02 October 2002 20:04
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject:  Prob using xsl namespace across corp network 
> (w3.org/1999/XSL/Transform)
> 
> 
> Hello everyone,
> This is my first post on the xsl-list. Hopefully it is not too long.
> 
> I am having problems changing an existing production xsl 
> screen's xml namespace 
> from: w3.org/TR/WD-xsl, to: w3.org/1999/XSL/Transform.
> 
> The screen separates each data group by using a colored text 
> line separator bar (row). The client wants to add a new data 
> group that will occur 0 to n times. They want the separator 
> bar not to appear if the data group was not found in the xml. 
> They want the separator bar to appear once if the data group 
> is found one or more times in the xml.
> 
> I changed the existing production xml namespace, 
> from: <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
> to: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0">
> 
> I then used the position() function to control the separator bar.  
> 
> Problem
> -------
> Changes work perfectly on our east coast test, integration 
> and pre-prod server environments. Problem is that clients in 
> California using the same pre-prod URL do not function correctly.
> 
> The HTML portion of their xsl screen works correctly and all 
> XSL: commands fail. I am guessing that the new namespace URL 
> is somehow not valid on the other locations.
> 
> I have contacted groups who administer corporate proxy 
> addresses, DNS group and firewall groups. All state that they 
> are not causing the problem. I am at a loss on where in the 
> corporate network the problem might be.
> 
> Worse case, a fix may not be identified.
> How could I control the separator bar with the current 
> working namespace ? 
> (http://www.w3.org/TR/WD-xsl)
> 
> Any help would be greatly appreciated.
> 
> Thank You,
> Alan Alfano
> 
> 
> Here is snippette of my modified code:
> .
> .
>                	<xsl:for-each 
> select="orderStatusDetailSearchOutput/orderLineItemList/orderL
> ineItem/promis
> eShipList/promiseShipInfo">            		
>                		<xsl:if test="position()=1">
>                     		<tr>
>                         		<td colspan="5" 
> width="750" height="15" class="formtextb" align="left" 
> bgcolor="#cfdffd">Â?Supplier Promise Ship Info</td>
>                      		</tr>
>                 	</xsl:if>
>  
> 
>                		<tr>
>                   		<td height="15" width="130" 
> valign="baseline" class="formtext" align="left" >Ship Date</td>
>                   		<td height="15" width="185" 
> valign="baseline" class="formtext" align="left" >Ship Qty.</td>
>                   		<td height="15" width="385" 
> valign="baseline" class="formtext" align="left" >Supplier</td>
>                		</tr>                   	
>                		<tr>
>                       	<td height="15" 
> valign="baseline" class="formtext" align="left" bgcolor="#e4e4e4">
>                          	<xsl:value-of select="promiseDate"/>
>                       	</td>
>                       	<td height="15" 
> valign="baseline" class="formtext" align="left" bgcolor="#e4e4e4">
>                          	<xsl:value-of select="promiseQuantity"/>
>                       	</td>
>                       	<td height="15" 
> valign="baseline" class="formtext" align="left" bgcolor="#e4e4e4">
>                          	<xsl:value-of 
> select="/orderStatusDetailSearchOutput/orderLineItemList/order
> LineItem/vendo
> rName"/>
>                       	</td>
>                	</xsl:for-each>  
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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.