Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Articles
ADO.NET (138)
Pattern (3)
WebDAV (17)
XMLHTTP (3)
Database (34)
RDF (28)
WebService (230)
XMPP (9)
Debugging (29)
RSS (29)
WML (95)
XPath (78)
DIME (14)
SAX (56)
WSDL (80)
XPointer (12)
DOM (56)
Schema (45)
XAML (5)
XQL (24)
DTD (23)
SMIL (38)
XBRL (64)
XQuery (72)
ebXML (56)
SOA (9)
XForms (92)
XSchema (30)
Flash (12)
SOAP (136)
XHTML (111)
XSL (423)
Humor (1)
SQL (16)
XLL (1)
XSL-FO (29)
Java (76)
SQLXML (142)
XML (779)
XSQL (6)
MathML (11)
SVG (56)
XML.NET (86)
XUL (13)
Oracle (29)
VoiceXML (82)
XMLA (2)
Total Articles: 3,380
xml Articles
Prev
Next
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Creating an XML and XSL Class
This article examines how to use VBScript classes to transform XML documents for use in a Web application. Before tackling this article, readers should have a solid understanding of classes and XML. To learn more about either of these subjects, be sure to check out the following links:
Type: XML #Views: 413 Category: Article
XMLMania.com - DOCUMENTS - Using PHP 5's SimpleXML
This article shows how to use SimpleXML to read an XML file, parse the results into a useful form, and query the document with XPath. I use RSS for the examples, since some versions of RSS are nice and easy. Then there's RSS 1.0. It uses RDF, multiple namespaces, and defines a default namespace for its elements. (Not so nice and easy.)
Type: XML #Views: 589 Category: Article
Using XML to Improve File-Upload Processing
This article examines an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser 3.0 (MSXML) and ActiveX Data Objects (ADO) Stream objects for a new upload strategy with several benefits. For example, no custom ASP components are required.
Type: XML #Views: 422 Category: Article
notestips.com :: XML Basics Pt3: Client Side Processing in
...
This is the third and final part of the "XML basics" series. The series started with an introduction to XML covering the fundamentals of XML and how XML is available in Domino. The second instalment covered server side processing of XML using Domino Java agents. The final part in this series covers client side processing of XML using the browser, focusing specifically on using data islands and data source objects to store XML data inside HTML pages which can be accessed and manipulated using scripts.
Type: XML #Views: 601 Category: Article
XML Strengths and Weaknesses with DOM, ASP and XSL
In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
Type: XML #Views: 585 Category: Article
Creating an In-Memory Database Using XML and XPath -- Part 1
Many articles have been written about how to send an Extensible Markup Language (XML) file and an associated Extensible Stylesheet Language (XSL) file to Web clients to reduce processing load on the server. Unfortunately, in the real world this isn't going to solve many problems because you are left with a few issues that won't go away:
Type: XML #Views: 400 Category: Article
Visual Basic 6.0 XML Programming - including XSL/XSLT Excel and CSS (source code included)
This article should teach you the basics of XML use in Visual Basic 6.0 programming. The article covers XML, XSL-XSLT, CSS and more. This article is suitable for anyone with Visual Basic 6.0 and XML/XSL knowledge.
Type: XML #Views: 908 Category: Article
Introduction to XML
The interest in XML comes especially from two directions: the Web, which is reaching the limits of HTML and SGML publishing, which is looking for a way onto the Web. This document addresses both groups of interest. It gives a short description of XML, its origin, its concepts and its purpose.
Type: XML #Views: 366 Category: Article
XML: Some hyperlinks minus the hype
XML (eXtensibe Markup Language) is a magnet for hype: the successor to HTML for web publishing, electronic data interchange, and e-commerce. In fact, XML is just a notation for trees, little more than a verbose variant of Lisp S-expressions; and a way to define tree grammars, a poor-man's BNF. Yet this simple basis has spawned scores of specialized sub-languages: for airlines, banks, and cell phones; for astronomy, biology, and chemistry; for the DOD and the IRS.
Type: XML #Views: 477 Category: Article
XML
XML (Extensible Markup Language) is a W3C Recommendation for creating special-purpose markup languages. It is a simplified subset of SGML, capable of describing many different kinds of data. Its primary purpose is to facilitate the sharing of structured text and information across the Internet. Languages based on XML (for example, RDF, SMIL, MathML, and SVG) are themselves described in a formal way, allowing programs to modify and validate documents in these languages without prior knowledge of their form.
Type: XML #Views: 405 Category: Article
Structuring Data for the Web
What's wrong with the Web and how can the new XML technology fix it?
Type: XML #Views: 409 Category: Article
An Introduction to XML
Less than two months after the XML specification became a W3C recommendation, on April 7, 1998, the Mathematical Markup Language Specification (MathML) was approved as the first major XML vocabulary, a domain-specific language based on the XML meta language. "MathML is an XML application for describing mathematical notation and capturing both its structure and content, " according to the MathML Recommendation.
Type: XML #Views: 491 Category: Article
Object-oriented XML Parser
Object-oriented parser to read/write XML files using MSXML parser
Type: XML #Views: 535 Category: Article
XML Generator - To Generate XML from any data source
This is an article about XML and one of the ways that you can generate XML. I had this project where the design was in the form of an 'n' tier and the application demanded that, the data should be displayed using XSLT. The input the XSLT is XML Data. All the Data for the project was stored in SQL Server 7.0 and we were supposed to retrive the data convert the data to XML and give it for further processing in the form of XSLT Transformation. We had to give out put in various level of hirearchy.
Type: XML #Views: 503 Category: Article
Stop tailoring - create generic applications.
Developing tailor-made applications used for a specific purpose has been around for a long time. The watchword then was to develop an application for a client, tailored and customized for his own needs. Those were days where clients had little or no knowledge about technologies around. But now, the scenario is different altogether. Clients have become more technology-aware thanks (rather, shouldn't I thank) to the Internet. I would just say that an end user buying a payroll package would expect it to work for his factory, his shop and where ever he needs to pay people regularly, of course, by just changing the business logic to calculate the pay. As a result of this, the whole community of application developers has taken a U-turn towards building generic applications, which need little or no tailoring before they can be shipped to different classes of users.
Type: XML #Views: 469 Category: Article
The Code Project - XMLLib for PUGXML with
XPath
- SOAP and XML
The PUGXML parser is very useful in lightweight applications which use XML. However, it does not readily compile in VC++ 6.0, and it does not provide the ability to perform XPath queries.
Type: XML #Views: 638 Category: Article
XmlClient Managed Provider
A Class Library that holds a Managed Provider to retreive Load DataSets from Xml sources.
Type: XML #Views: 553 Category: Article
XML Advances on B2B Front
Extensible Markup Language (XML) has evolved considerably in its short five-year history. It started out as a simple way to mark up data and relied on seasoned technologies for data validation, such as document type definitions (DTDs). As XML has matured, the World Wide Web Consortium (W3C) has added new technologies—such as XML Schema, Extensible Stylesheet Language Transformations (XSLT), and XPath—to support and enhance its usefulness. XML has grown from being primarily a data-exchange format to one you can also use to generate graphics, PDFs, and even word-processing documents.
Type: XML #Views: 505 Category: Article
What is XLink?
The very nature of the success of the Web lies in its capability for linking resources. However, the unidirectional, simple linking structures of the Web today are not enough for the growing needs of an XML world. The official W3C solution for linking in XML is called XLink (XML Linking Language). This article explains its structure and use according to the most recent Candidate Recommendation (July 3, 2000).
Type: XML #Views: 450 Category: Article
On Display: XML Web Pages with Mozilla
Direct display of XML in a web browser is finally becoming a reality. This article is the first of a series in which we will examine XML support in the Mozilla, Opera, and Internet Explorer browsers. -- E.D.
Type: XML #Views: 435 Category: Article
Prev
Next
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
Canon compatible cartridges
conference call services
it help desk
conference calls
chicago web design
Alojamiento Web
UK Web Hosting
IP Dome Camera
D&g sunglasses
Video Surveillance
Hosted Exchange, SDSL
Statistics
4,332 Total Members
9 members(last 30 days)
6 members(last 7 days)
0 members(today)
1,953 Total Discussions
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)
8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
14,268 Total Resources
7 Resources(last 30 days)
4 Resources(last 7 days)
1 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139