Hello! I'm wondering if someone can help me with my XSLT problem. I'm new with XSLTs/XMLs so please bear with me if I'm using the wrong terminologies.
Basically, we're trying to modify a PeopleSoft XSLT program so that we can add fields to the resulting cXML file. I added the 3 fields to the table it's reading, modified the PeopleCode (the new fields are now populated) and I added the new fields in the XSLT step of the App Engine program. The thing is, the output file is now showing it's CDATA instead of XML. The new lines I added are there but the file doesn't look like a XML file anymore.
Is there something else I should be changing? Or am I doing this wrong?
Any help/suggestions would be greatly appreciated! Thanks!