Follow WebProNews
What is DTD?

I have been designing websites since 1996. In the beginning, it was so easy.

What is XSL?

Remember the good old days, when the internet consisted of nothing more than a few simple websites formatted in basic HTML? Web design was so easy.

XML Strengths and Weaknesses with DOM, ASP and XSL
· 2

Since the inception of XML, many developers have wondered why we need XML…

Paging mechanism using XML+XSLT
· 1

XSLT works pretty good to transform XML documents, but the things are getting much better when we are able to pass arguments to the XSL. This article will show how arguments can be passed without server side logic involved.

Creating an Online RSS News Aggregator with ASP.NET Part 4

Displaying the News Items for a Particular Syndication Feed

The next task that faces us is creating the DisplayNewsItems.aspx Web page. This page should display the titles of the news items in the selected syndication feed as hyperlinks such that when the hyperlink is clicked the description of the news item is shown in the bottom right frame. This task presents us with two primary challenges:

Displaying the Details for a Particular News Item

This is Part 5 of a 5 part article “Creating An Online RSS News Aggregator With ASP.NET”.

Exploring Data Islands and Web Services

Please note – Data Islands are exclusive to Internet Explorer!

This month we start a two part series on Data Islands. Part 1 explores how we can use Data Islands to embed XML and XSLT into a browser, and manipulate that data using DHTML. Part 2 will illustrate Data Islands and Data Binding, and how to update data from the browser with Web Services and XMLHTTP.

PHP, XML and XSL for Wireless Content

This article is another illustration of why using PHP with XSL to transform XML data to various presentation layers is beneficial. With that being said this article will demonstrate how to present the same data to several different wireless technologies using PHP and XSL, instead of an article completely focused on PHP and XSL.

Adding and displaying data easily via ASP and XML/XSL

Storing and displaying data is a common and essential task, if you are working with Applications. It doesn’t matter whether you are working with desktop Applications or WebApplications.

Retrieve quick results with ASP/XML and XSL

Recently I was working on a new Project about ASP along with XML/XSL. I recognized that ASP with XML is a very powerful tool and that was the main reason I wrote this article.

Dave Pawson Answers XSLT, XPATH, XSL-XO, and HTML Accessibility Questions

If you’re having trouble converting data to and from XML format, or if your site has accessibility issues, Dave Pawson is the fellow to ask. He’ll answer your questions, or find someone who can.

SQL Server 2000, XML and XSL: The Ultimate Combination

All the hype that once surrounded XML is finally starting to die down, and developers are really beginning to harness the power and flexibility of the language.

Tiberius OsBurn Answers Programming Questions

Stuck on a .NET programming problem? Don’t understand a certain concept? Then you’ve come to the right place for answers.

XSL Transformation

Are you scalable as you could be?

If you’re pulling a lot of your content from a database, don’t count on it.

Use loops to display XML in an HTML browser

In the first article in this series I presented a brief introduction to the use of XSL as a means to display XML in HTML browsers. Before continuing, I’d like to clear up a few points which I believe may have been confusing, largely due to a lack of rigorous clarity on my part.

Pulling a list of Unique Values from XML

When you have to work with HTML controls in a web-based application, 100% of which are populated and whose properties are set via dynamically-generated XSL transformations at runtime, you get to be pretty inventive. And one of the first things you learn is how NOT to “reinvent the wheel”. That is to say, if there is an example somewhere or some existing code that you can borrow from or re-use, there is “no shame and no blame”.