garystafford

garystafford

2p

2 comments posted · 0 followers · following 0

98 weeks ago @ Kyle Rush - jParse: Easily Parse X... · 0 replies · +1 points

Thanks, Kyle. Here's a link: Papers

98 weeks ago @ Kyle Rush - jParse: Easily Parse X... · 4 replies · 0 points

Kyle - Great plug-in! Thank you. One suggestion and a question. Suggestion, it took me a while to figure out the parentElement: 'item' default option in your script and that I could change that option on the page. I suggest adding that to your usage page as an available option. It's key to everything working correctly. And a question, is there a way to make XML in the following format list all papers and options correctly. I haven't been able to make it work using a combination of attr and parentElement options. Papers is the top-level parent node and the child nodes are each type of paper in my web-to-print application.

<papers>
<paper id="PLPP" cost="0.022" title="Epson Premium Luster Photo Paper" />
<paper id="CRPP" cost="0.030" title="Canson Rag Photographique Fine Art Paper" />
<paper id="TFAP" cost="0.030" title="Epson Textured Fine Art Paper by Crane" />
</papers>