|
riazp25 -> XML Schema value problem (27 February 2008)
|
Hi I'm busy with a biztalk project in which i have to create a schema for a flat file that has "<Empty>" as a value for one of the fields. Example line - "100379","<Empty>","2","8628L","5407",20/01/2008,1,"2EKT-02-8628-27308","6001120602895","","6001120602871","","","","","","","","","","","","","","0","0.00". I am using the 0x22 hex wrap character to strip away the quotes and get the values for the fields. However the <Empty> value is causing a problem with my xml schema because it looks like another node and therefore breaks the well-formed structure of the tags. Does anyone know of a way i can resolve this without having to do any pre-processing of the files externally to biztalk?
|
|
|
|