Hi there,
Just joined this forum today in the hope that somebody can help me out.
I have an XML file that was exported from a dev environment and I would like to know if there is a way of viewing the content of the file (in a browser window or Word/text doc), without all the tags and formatting info so it can be emailed/printed off for people to read easily?
Just to give you an idea of what I'm dealing with, here's a sample of the code:
<?xml version="1.0" encoding="utf-8" ?>
<page title="Introduction" pType="Text and SWF">
<pText><P ALIGN="LEFT"><FONT FACE="Helvetica" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">Group HR is committed to a fair, systematic and consistent approach to recruitment and selection. This is in order to attract, select and retain the most capable staff through open competition on merit.</pText>
So basically all I want to be able to see is:
"Group HR is committed to a fair, systematic and consistent approach to recruitment and selection. This is in order to attract, select and retain the most capable staff through open competition on merit."
And if possible, the page title (Introduction) as well.
I would really appreciate any info at all on how to go about doing this.
Thanks a lot,
Niall
Just joined this forum today in the hope that somebody can help me out.
I have an XML file that was exported from a dev environment and I would like to know if there is a way of viewing the content of the file (in a browser window or Word/text doc), without all the tags and formatting info so it can be emailed/printed off for people to read easily?
Just to give you an idea of what I'm dealing with, here's a sample of the code:
<?xml version="1.0" encoding="utf-8" ?>
<page title="Introduction" pType="Text and SWF">
<pText><P ALIGN="LEFT"><FONT FACE="Helvetica" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">Group HR is committed to a fair, systematic and consistent approach to recruitment and selection. This is in order to attract, select and retain the most capable staff through open competition on merit.</pText>
So basically all I want to be able to see is:
"Group HR is committed to a fair, systematic and consistent approach to recruitment and selection. This is in order to attract, select and retain the most capable staff through open competition on merit."
And if possible, the page title (Introduction) as well.
I would really appreciate any info at all on how to go about doing this.
Thanks a lot,
Niall