Image
-
How can i convert an xml File into Image.
VanithaVasu
-
How can i convert an xml File into Image.
VanithaVasu
VanithaVasu wrote:
How can i convert an xml File into Image.
Your question doesn't make any sense. How an XML file can be converted to image ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
VanithaVasu wrote:
How can i convert an xml File into Image.
Your question doesn't make any sense. How an XML file can be converted to image ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
I have to display the xml file in one of my module at the mouseover.So only i am trying to convert to image and display on mouseover.
VanithaVasu
-
I have to display the xml file in one of my module at the mouseover.So only i am trying to convert to image and display on mouseover.
VanithaVasu
On mouseover, dynamically create a
div
element and render your XML document within thediv
. Then insert thediv
into the DOM. The creation of thediv
is a couple of javascript lines, and you can Ajax off to the server and get the xml, or take the easy option and embed an iframe in thediv
and set the src of theiframe
to your xml document. I don't use iframes so not sure if this is best practice or not. You really don't want to start converting text to graphics.so you answer don't be scared of failure The only failure is never to try Things You've Never Done - Passenger -2008