Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix A FAQ | > A.2 Designing |
XML documents stored in Shunsaku must be in well-formed format.
However, the preface sections such as XML declarations and DTDs cannot be searched.
In addition, the encoding of XML declarations also cannot be used when storing the data.
Refer to Notes on XML Documents in the Application Development Guide for more information.
Multiple XML documents can be imported directly to Shunsaku. This can be done in a single operation if all XML documents are stored sequentially in a single file. Shunsaku manages multiple XML documents in a single file by considering the data between the start root tag and the end root tag as one record.
The XML documents including control characters cannot be imported to Shunsaku system.
If this type of data is imported to Shunsaku, an error occurs and the error message below is output.
"shn30355u The data which is not well-formed XML document exists."
Therefore, the control characters must be changed to the alternative characters (Characters that have a compatible display and do not use in a search expression) before importing to Shunsaku.
Shunsaku system can manage only well-formed XML documents.
The character references of the control characters cannot be used in Shunsaku.
Contents
Index
![]() ![]() |