Posts that pftg is monitoring

Subscribe to Posts that pftg is monitoring 2 posts found

Aug 10, 2007
Avatar scrubber 437 posts

Topic: Customize result xml

Hey pftg,

Did you try to_hash?

Usually I am using to_xml to view the output of the extractor. I am tweaking the extractor until it outputs what I need – then usually use the hash version (you can get it with your_extractor.to_hash) because it’s much easier to process it in Ruby.

The only problem with the output hash is that it’s not nested (ATM – it’s already on the todo list), so for really complex XML you won’t be able to get it right. However, for 98% of what I need it is enough, so please try it and drop me some feature requests if it is not enough and you’d like me to implement some different stuff.

 
Jun 2, 2007
Avatar spoorthi 3 posts

Topic: how to populate the XML data into other website page

For example i have my data stored in xml.how i need to transfer the data into other websites texboxes. because i will not the other textboxes id to populate . How to populate the data to other websites webpage which i have currently open textboxes by searching the keywords for example if i have the first name in xml and in the other websites page also i have the firstname(i have search to by keyword like first name and then populate the data into those textboxe next to that firstname) there i have to populate the firstname value into that textboxes..

Please tell me is it possible to do like this if so how can it be done…