on 2005 May 11 7:03 PM
Hi,
I am doing a file content conversion on a receiver file adapter. Some of my incoming XML tags are empty which is is giving a XML parser error in the file creation. Doesn't XI allow empty XML tags to pass through?I have empty tags look like <item />...Is there a format that the parser would let pass through for empty elements?
-Teresa
This bug will be fixed in SP10
There is a workaround: Move ONE space to the tag: <item> </item>. You can do that in the mapping.
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Change the minimum occurence rate for that elements to 0 or u can check whether the node exists by exists node function and append a whitespace to create the element in target.
Regards
Rajeev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Teresa - I'm not having this problem... assuming you are talking about content conversion on the receiver, to make a flat file? I'm on SP11 - I pass thru the empty tag <field/> - and the output is as many spaces as specified by the length of the field... Describe more your scenario, maybe I can recreate it?
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.