Another issue that I need to deal with is that within the XML feed I see periodic, odd embedded (unencoded) "&" that plays havoc with my script. For example: <fruit>Strawberries & Bananas</fruit>
Do I need to search and replace these odd occurrences?
Any help would be greatly appreciated!
Last edit: tcranford 2013-11-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings,
I am evaluating ServingXML for a small project. I'm having difficulties doing transformations with a non-conforming XML feed.
Here is an example of the XML feed:
Here is what I get when I process using my resource script:
And here is what I'd like to see from the feed after processing:
Here is my resource script:
Another issue that I need to deal with is that within the XML feed I see periodic, odd embedded (unencoded) "&" that plays havoc with my script. For example:
<fruit>Strawberries & Bananas</fruit>Do I need to search and replace these odd occurrences?
Any help would be greatly appreciated!
Last edit: tcranford 2013-11-13
Anyone?