xsl-list
[Top] [All Lists]

Re: Merging adjacent nodes of same type

2005-09-23 06:50:30

I ran the stylesheet that you posted on the xml you posted (after having
removed the \) and got what I thought was the answer you wanted:

$ saxon offset2.xml  offset2.xsl
<?xml version="1.0" encoding="utf-8"?>
<text xmlns="http://www.aston.tv/schemas/Aston/Aston7";>

   <offset xmlns="" 
 xmlns:aston="http://www.aston.tv/schemas/Aston/Aston7"; x="0.2" y="0" z="0"/>
    Aston Broadcast Systems Ltd.
</text>

At least it's doing the adding up right. It's generating <offset in
probably the wrong namespace as you have a literal result element
<offset in the stylesheet in no-namespace, you want xmlns="....aston...
in the stylesheet, most likely.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>