Skip to content

Tag Archives: xslt

how to write program in asp.net by using xml(which should include group by clause in it&v should fetch from db

like fetching data for xml from sql server and performing group by in it…. what i am trying to do is i have to design a web application using xml and xslt…. in xml i have to get the data from existing table in database.. in that table i have to perform group by clause [...]

How to write XML on Perl?

Could anyone tell me where I can find information about writing XML (plus DTD and XSLT) on Perl? Andy.

Using PHP Forms to Edit an XML document?

I’m trying (and failing) to accomplish a simple task. I need to create a PHP script for a form that will write the form’s content into an existing, simple XML file. How can I do this? Of course I know how to make an XML document. I want to have this form edit it, because [...]

I am writing an Xslt .I have the input xml and output xml elements name same, but , defined in different xsds.

I want to use the Copy-of function of xslt for better result. The problem is since both the source elements and target elements are defined in different xsds the namespace prefix will be a barrier to use copy-of function. Is there any way to replace the namespcae prefix of an element and still use a [...]

When is XML and XSLT beneficial in ASP.NET web application development?

I’m always hearing about XML and XSLT is web development. However, I don’t see how it can be beneficial. When is a good instance for using the either (or both) of the technologies?

I would like to use JavaScript in XSLT to generate XML, how?

I would like to use JavaScript in XSLT to generate XML, i want small example to illustrate this.

How can I input XML data into a Javascript coded SVG barchart using XSLT?

I have created an SVG barchart using javascript. But as of now, I am manually inputting the chart values to be displayed by the SVG through an accompanying HTML file. I would like to have the SVG extract the needed values from an XML file, which would make the SVG graph tailor-fitted to whatever XML [...]