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 (24)
RDF (28)
WebService (223)
XMLHTTP (3)
Database (25)
RSS (29)
WML (95)
XMPP (9)
Debugging (29)
SAX (56)
WSDL (80)
XPath (78)
DIME (14)
Schema (45)
XAML (5)
XPointer (12)
DOM (56)
SMIL (38)
XBRL (64)
XQL (24)
DTD (23)
SOA (8)
XForms (92)
XQuery (72)
ebXML (56)
SOAP (135)
XHTML (111)
XSchema (30)
Flash (12)
SQL (16)
XLL (1)
XSL (423)
Java (76)
SQLXML (141)
XML (776)
XSL-FO (28)
MathML (11)
SVG (56)
XML.NET (86)
XSQL (6)
Oracle (29)
VoiceXML (82)
XMLA (1)
XUL (13)
Pattern (3)
WebDAV (17)
Total Articles: 3,241
xpath Articles
Prev
Next
1
2
3
4
What's New in XPath 2.0
This article provides a brief tour through some of the new features in XPath 2.0. It assumes that you already have a basic understanding of XPath 1.0, and that you've most likely used it in the context of XSLT. It is by no means an exhaustive overview but merely points out some of the most noteworthy features.
Type: XPath #Views: 204 Category: Article
Using
XPath
string functions in XSLT templates
When using XSLT templates, it's often necessary to perform transformations that are more complex than simple one-to-one entity maps.
Type: XPath #Views: 622 Category: Article
XPath
Basics
XPath, as its name implies, is a syntax for defining the parts of an XML document. Just like the "path" of a document on your computer, an element of an XML database can have its place in the hierarchy defined using a combination of slashes and dots.
Type: XPath #Views: 291 Category: Article
X marks the path
XPath is the equivalent of SQL for the XML world. Martin Gudgin of DevelopMentor demonstrates how it allows you to query XML documents, and how to use it from MSXML.
Type: XPath #Views: 297 Category: Article
Data Sharing Using XSLT and XPath
XSLT and XPath are gaining a reputation for helping developers tie into web and web services applications. But one of the drawbacks of using these tools is that developers think they need to be XML experts.
Type: XPath #Views: 404 Category: Article
Selecting Document Nodes With XPath
Programs that process parts of XML documents, instead of entire XML documents, often require the users specify the parts to be processed. For example, let's say we have a telephone directory program that can select and print entries from an XML phone directory, and it looks something like this:
Type: XPath #Views: 258 Category: Article
An Introduction to XSLT and XPath
I run some training courses for developers in Singapore and have a web site that contains information about all the courses available. There are a couple of different courses and I simply maintain them in plain text files although storing all these information in a database seems like a better idea.
Type: XPath #Views: 238 Category: Article
Getting started with XSLT and XPath
Examining working stylesheets can help us understand how we use XSLT and XPath to perform transformations. This article first dissects some example stylesheets before introducing basic terminology and design principles.
Type: XPath #Views: 291 Category: Article
Getting started with XSLT and XPath (II)
The following more complex examples are meant merely as illustrations of some of the powerful facilities and techniques available in XSLT. These samples expose concepts such as variables, functions, and process control constructs a stylesheet writer uses to effect the desired result, but does not attempt any tutelage in their use.
Type: XPath #Views: 324 Category: Article
Getting started with XSLT and XPath
Examining working stylesheets can help us understand how we use XSLT and XPath to perform transformations. This article first dissects some example stylesheets before introducing basic terminology and design principles.
Type: XPath #Views: 283 Category: Article
Implementing XPath for Wireless Devices, Part II
In the first part of this article, we introduced XPath and discussed various XPath queries ranging from simple to complex. By applying XPath queries to sample XML files, we elaborated upon various important definitions of XPath such as location step, context node, location path, axes, and node-test. We then discussed complex XPath queries that combine more than one simple query.
Type: XPath #Views: 290 Category: Article
Easily navigate XML with VB.NET and XPath
The .NET platform includes full XPath support, so developers can easily combine .NET and XML to locate necessary information. Here's how it works.
Type: XPath #Views: 288 Category: Article
Locate and format XML data with XPath functions
Extracting and formatting XML data does not require Java or Visual Basic. XPath provides everything you need with built-in functions to get the job done.
Type: XPath #Views: 295 Category: Article
Structured Writing, Structured Search
The theme of my talk last month at the Open Source Content Management conference (OSCOM) was: "Everything you need to know about content management, you (should have) learned in grade school." I spent a lot of time talking about why and how to use URIs and HTML document titles in principled ways. These two namespaces are metadata stores that we typically fail to manage, but that can deliver powerful benefits.
Type: XPath #Views: 307 Category: Article
Understanding XPath
XML is simply markup for data. That's it. XML is not a magic wand; it does not specify how data is transmitted over the wire, it does not specify how data is stored. XML simply determines the format of the data: what you do with the data is up to you. That said, the real power behind XML is not solely its ability to represent data: XML's real power lies in ancillary technologies that, when combined with XML, provide robust solutions, and XPath is one of those ancillary technologies.
Type: XPath #Views: 211 Category: Article
Locate and format XML data with XPath functions
XPath allows you to quickly locate and extract information from an XML hierarchy, and it offers extended functionality via its built-in functions, which provide an easy way to work with numeric and textual data.
Type: XPath #Views: 202 Category: Article
Understanding Xpath
Kirk Allen Evans, author of "XML and ASP.NET", presents the fundamentals of XPath—one of the ancilliary technologies that is the true power of XML.
Type: XPath #Views: 333 Category: Article
Combine the power of XPath and JSP tag libraries
In this article, we'll examine the XPath custom tag library for JSPs and see a tag collection that provides simple control constructs and a uniform attribute value substitution facility, all of which combine to reduce complexity and improve functionality. Additionally, this enables a clear separation between the roles of a page author and a programmer.
Type: XPath #Views: 318 Category: Article
XML Schema: XPath and Xpointer
Learn the basics about XPath and XPointer, and learn how to locate elements that represent schema components.
Type: XPath #Views: 267 Category: Article
XPath for .NET Developers
XML Path Language (or XPath) is a W3C standard that primarily allows identifying parts of an XML document. This means that if you have an XML document and would like to locate one or more nodes, you can use XPath to do that. In addition, XPath is also used for numerical calculations, string manipulations, testing boolean conditions, etc.
Type: XPath #Views: 349 Category: Article
Prev
Next
1
2
3
4
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
hp printer refills
single point of contact
fax server
conference call services
chicago web design
Alojamiento de Web
Cheap Web Hosting
PTZ IP Network Cameras
Fendi sunglasses
Video Surveillance
Skype vs. sipcall
Statistics
3,618 Total Members
85 members(last 30 days)
9 members(last 7 days)
0 members(today)
1,935 Total Discussions
6 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,081 Total Resources
1 Resources(last 30 days)
1 Resources(last 7 days)
0 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139