Is it possible to create HTML Page View to print out certain CELLS within a ROW or Export it with XML?

Is it possible to create HTML Page View to print out certain CELLS within a ROW or Export it with XML?

Hi,
I wonder if it is posible to create HTML Page View or Print/PDF button which allows to print only certain cells within a row 
OR Export certain XML data like XML Zoho RSS but only for a row NOT for the whole data list
I have a special PDF form to print out a Visa to Kyrgyzstan http://www.kyrgyz-embassy.org.uk/print.pdf  which imports special XML data
sample XML is here

<?xml version="1.0" encoding="UTF-8"?>
<VisaForm>
<!-- ******************************
name: JOHN
surname: SMITH
born: 1950-12-25
gender: MALE
citizen: USA
passport: 123456789
phone: 0207123456
email:
address: IWPR 48 GRAY'S INN ROAD, LONDON WC1X 8LT, UK
category: BUSINESS
visit: MULTIPLE
duration: 1 MONTH
entrydate: 2012-02-23
exitdate: 2012-03-22
visahost: KYRGYZ GOVERNMENT
host: IWPR, TOGOLOK MOLDO 18, SUITE 2, BISHKEK 72001, 996 312 664453
****************************** -->
<AppForm>
<name>JOHN</name>
<surname>SMITH</surname>
<born>1950-12-25</born>
<citizen>USA</citizen>
<passport>123456789</passport>
<gender />
<phone />
<email />
<address />
<visa>0123456</visa>
<category>BUSINESS</category>
<visit>MULTIPLE</visit>
<duration>1 MONTH</duration>
<entrydate>2012-02-23</entrydate>
<exitdate>2012-03-22</exitdate>
<issuedate />
<visahost>KYRGYZ GOVERNMENT</visahost>
<accompanied>~~~~~~~~~~~~~~~~~~~~~~~~~</accompanied>
<host />
<receipt />
<visafee />
<CheckBox1>1</CheckBox1>
<CheckBox2>1</CheckBox2>
<CheckBox3>0</CheckBox3>
<CheckBox4>0</CheckBox4>
</AppForm>
</VisaForm>

here is direct link to my sample data  https://creator.zoho.com/djumaliev/visa-application-form/view-perma/view2/
I've tried to play around with Embed Form View within HTML Page View but witn no succes
And Reports seems does not have this function

Looking forward for your reply
Kind regards,

Nurlan