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 December 23rd, 2005, 07:14 AM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Xalan bug

hi,

I use Xalan XSLT processor and I've seen a bug when using <x:copy> tag on namespaced attribute.
For example :

when i copy <xx a="xxx">, the x:copy works fine
but when it's <xx x:a="xxx">, it isn't works!!

Somebody knows if it is a Xalan bug or knows a solution for my problem...

Regards,

Fabrice.

 
Old December 26th, 2005, 06:09 AM
Authorized User
 
Join Date: Apr 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The XML Element does not allow spaces. <xx x:a is wrong Element since it has space inside xx x elements.

 
Old December 26th, 2005, 06:59 AM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi,

i'm not sure to understand your answer.

<xx x:a="xxx">

xx is the name of the xml tag
x:a is the name of the attribut
xxx is the value of x:a attribut

why do you want to delete the space between xx and x:a ?

Like in this classic sample:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">






Similar Threads
Thread Thread Starter Forum Replies Last Post
Did any one used Xalan-C elayaraja.s XSLT 3 July 24th, 2008 06:19 AM
why xalan extension function ? elayaraja.s XSLT 3 July 17th, 2008 07:03 AM
Bug or no to bug learning C using VS.Net to compil tesh All Other Wrox Books 0 February 14th, 2007 01:06 PM
xalan, serces, xslt techno123 XSLT 2 January 5th, 2005 02:30 PM
How do you use the -param option of Xalan-J mountainbiker XSLT 0 January 28th, 2004 03:19 PM





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