xsl-list
[Top] [All Lists]

Re: Finding a String and adding a line

2005-05-12 03:54:12

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
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--