Re: [xsl] flattening an xml hierarchy

Subject: Re: [xsl] flattening an xml hierarchy
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 8 Jan 2009 17:47:28 GMT
 match="GetNextDocumentResponse |

that maches GetNextDocumentResponse in no namespace, you want


 match="b:GetNextDocumentResponse |

and similarly prefix other names with b and stick

 xmlns:b="http://www.BargeEx.com/BargeExService";

on ypur xsl:stylesheet element so it is in scope for the whole
stylesheet.


David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread