Hi;
I have a XML document and going to transform it as HTML by XSLT. One of the fields named "graph" consists of SVG image code. I have added an EMBED object to the output HTML as below:
<embed type='image/svg+xml' src='Image.svg'...
Hi;
I am going to transform a relational xml by xslt using nested for-each. The xml document is such as below (I may not change this structure!):
<root>
<parent>
<pid>1</pid>
<name>John</name>
<family>Smith</family>
.
.
.
</parent>
<parent>
<id>2</id>
<name>David</name>...
Hi;
I am much obliged to you for your great attention. As my web application is running on a host with limited permission, I am not allowed to to execute a Windows Service. What is your solution?
Regards
Hi;
I am going to generate a scheduled task on my ASP.NET web application using System.Timers.Timer class. The timer would start on Application_Start event and do the job for example every 10 minutes, periodically. Everything is OK, but the timer works for 3 times (More or less) and then be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.