Re: [xsl] Finding a String and adding a line

Subject: Re: [xsl] Finding a String and adding a line
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 May 2005 11:54:12 +0100
> Here is a cut-down version of the XSLT:
 
does that cut down version generate the error? (It looks OK to me)
 
You say

> but the destination expects a corresponding entry in the <FieldTypes>
> list, after <BUSINESS_UNIT type="CHAR"/>. 

But that isn't what the eror message you quote says 


> Expected token 'EOF' found 'NAME'.

it was expecting the end of file and found something else.
Normally this means that you have something after the close of the top
level element, but your template matching BT_CONTRACT_PERSON_SYNC
didn't place anything after the top level BT_CONTRACT_PERSON_SYNC
in the result in the version you posted.

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
________________________________________________________________________

Current Thread