C
Cal Who
Someone generates an XML file.
The data in the file is HTML.
She sends the file to me.
I upload it to my site.
A page on the site will extract the HTML and assign it to a Literal so it is
displayed.
The probem is that it is error prone for her not to see HTML in a browser.
It would appear that she could develop the HTML in a HTML editor then cut
and pasete into the XML.
But I only showed one section - there are actually many sections in the
file.
And the HTML is usually quite simple.
If she could just view it before sending it to me would be sufficient.
Is there any way I could generate a web site that knows how to display the
document and that she could install on her machine and use that to view the
XML.
She does not have VS on her machine.
I assume she has or could have IIS.
Or maybe a Windows Form app that can display the HTML?
I believe there is a browser control that can be inserted inti a Window
Form.
Of course a web site would be the simplest for me to generate but I don't
know how to host it on her machine without VS.
Can a web site be precompiled and used without VS?
I'm looking for suggestions
Thanks
Examle of the file
<DataItem>
<Contents>
<![CDATA[
<p>
Titles & Names...
</p>
]]>
</Contents>
....
</DataItem>
The data in the file is HTML.
She sends the file to me.
I upload it to my site.
A page on the site will extract the HTML and assign it to a Literal so it is
displayed.
The probem is that it is error prone for her not to see HTML in a browser.
It would appear that she could develop the HTML in a HTML editor then cut
and pasete into the XML.
But I only showed one section - there are actually many sections in the
file.
And the HTML is usually quite simple.
If she could just view it before sending it to me would be sufficient.
Is there any way I could generate a web site that knows how to display the
document and that she could install on her machine and use that to view the
XML.
She does not have VS on her machine.
I assume she has or could have IIS.
Or maybe a Windows Form app that can display the HTML?
I believe there is a browser control that can be inserted inti a Window
Form.
Of course a web site would be the simplest for me to generate but I don't
know how to host it on her machine without VS.
Can a web site be precompiled and used without VS?
I'm looking for suggestions
Thanks
Examle of the file
<DataItem>
<Contents>
<![CDATA[
<p>
Titles & Names...
</p>
]]>
</Contents>
....
</DataItem>