XSL Transformation in Oracle 9i [message #197561] |
Wed, 11 October 2006 15:55 |
mukundanmenath
Messages: 1 Registered: October 2006 Location: Iowa
|
Junior Member |
|
|
I am using Oracle 9i (9.2.0.5.0) and using the XMLTransform() SQL function to translate and XML to another XML with slight changes (for example, removing the indents). For some reason I am getting a parsing error.
After playing with it for a while I abandoned the XMLTransform() approach and tried the DBMS_XSLProcessor approach. In this case there was no parser error but the output XML was exactly the same as input (with indents etc) and without the <?xml ... ?> first line!
Has anyone encountered this before? Or if you have any information please let me know.
Thanks in advance.
MM
|
|
|