Originally posted by: Kepa_Screen
>
> OK, you are refering to 1082.pdf. Looks like your punctuation may still be off. You might try
>
> " -OAXMLDAT3 FILE:'" + path_filename_value +"'"
>
> or
>
> " -OAXMLDAT3 FILE://path/filename.xml"
> > This was also part of the 6.7.1 documentation (1030.pdf)....
>
>
Type Property Extensions Improve Native XML Support > Type Property extensions in Version 6.0 allow XML data to be directly validated
> and constructed without using the XML Data adapter.
Eliminating the necessity to
> use the XML Data Adapter improves performance and simplifies the use of XML
> data in conjunction with another resource adapter, such as HTTP, or when passing
> data to a map using memory.....
>
> Again, though, I'm not an XML guru so... Looks like you already know more than me here.
>
> OK, you are refering to 1082.pdf. Looks like your punctuation may still be off. You might try
>
> " -OAXMLDAT3 FILE:'" + path_filename_value +"'"
>
> or
>
> " -OAXMLDAT3 FILE://path/filename.xml"
> > This was also part of the 6.7.1 documentation (1030.pdf)....
>
>
Type Property Extensions Improve Native XML Support > Type Property extensions in Version 6.0 allow XML data to be directly validated
> and constructed without using the XML Data adapter.
Eliminating the necessity to
> use the XML Data Adapter improves performance and simplifies the use of XML
> data in conjunction with another resource adapter, such as HTTP, or when passing
> data to a map using memory.....
>
> Again, though, I'm not an XML guru so... Looks like you already know more than me here.
Hello:
Now, we are getting same errors.
We changed Type Tree Document Property an set it to XML ( DTD , but we didnt put anything at this edit box ), for each item in the type Tree.
If we use FILE Adapter and get some Text Data with characters like '<'>', or '&'
then the XML file is not valid, because they are not converted to >, < & etc....they still remain the same '<'>', and so on. So this is not a correct behaviour for FILE Adapter + "imported from DTD" Type Trees.
If we use -OAXMLDATA adaptor, we get > converted to >, but the problem is that we can not use "Append", only "Create" can be used with this adapter, so we can not get a unique file with all records, only get one record. We could do something at our system to resolve this ( like using another map to collect all records in another file, and change our maps to write at unique files each instance they are executed ).
But this is no a good solution for us.
Is there something we are forgetting ?
Message was edited by: Kepa
Message was edited by: Kepa
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange