Hi All, I think, I am pretty much running into the same issue. The following is the original and parsed file declaration. Original Declaration: <?xml version="1.0" encoding="UTF-8" ?> <project xmlns="http://www.developer.cognos.com/schemas/bmt/58/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.developer.cognos.com/schemas/bmt/58/2 BMTModelSpecification.xsd">
After the parsing the schema document: <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://www.developer.cognos.com/schemas/bmt/58/2 BMTModelSpecification.xsd"> The xmlns and xmlns:xsi declarations are removed. I do not want to remove these entries. Can i accomplish with the filter? If yes, can you please send me set of instructions to write the filter and where to use the filter or where can i read up on something and do my self? Thanks and Regards, Sivakumar