>    LET (?sourceFilePath := smf:cast(smf:concat("Data/iddb3/", ?file),
> xsd:string)) .

There is no function smf:concat - try fn:concat. Also, in this case,  
the smf:cast is probably not needed, or could be written as

xsd:string(fn:concat("Data/iddb3/", ?file))

In order to track intermediate variable values, you may want to insert  
a function call smf:trace at appropriate places. This will print  
variable bindings to the console.

Holger


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to