Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (26)  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,242

 


xpath Articles
Prev Next
1 2 3 4
 
Adding custom XPath functions to XSL
This article shows you how to add context aware XPath functions to an XSL transformation. This is done by a hack using reflection.

Type: XPath  #Views: 380  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: 342  Category: Article    

Generalising XPath for Directed Graphs
XPath is a very natural and powerful way to specify locations in XML documents. This paper examines possible generalisations of XPath to allow both locations and paths through generalised labelled directed graphs to be specified. The need for such a path language is driven by work in querying Linguistic Annotations which are in general more complex in structure than XML documents. The result of this exercise is a powerful path language which reduces to XPath as a special case and which could potentially be useful in a range of query applications.

Type: XPath  #Views: 343  Category: Article    

XML document processing in Java using XPath and XSLT
In order to process an XML document, a Java application will typically use the Document Object Model (DOM) API as standardized by the W3C. In this article, André Tost shows that the XSLT and XPath standards provide a way of handling certain problems that is more elegant and efficient than simply using the DOM API. In fact, using DOM, XSLT, and XPath together, applying each to different problems, will lead to the best code. Tost will develop two code examples -- one using XPath and one using an XSLT stylesheet -- that show how these technologies can be used in Java.

Type: XPath  #Views: 470  Category: Article    

A journey with XSL/XPath
XSL, eXtensible Stylesheet Language is a W3C standard with lots of development and momentum and having a large size of community also got abundant number of Books, mailing lists, training and websites. This article just gives a kick start for the people who want to work with XSL and XPath.

Type: XPath  #Views: 391  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. We also discussed the abstract structure of Wireless Binary XML (WBXML), which is the wireless counterpart of XML. Finally we presented the design of a simple XPath processing engine.

Type: XPath  #Views: 412  Category: Article    

Getting started with XSLT and XPath (III)
Next we'll look at some basic terminology both helpful in understanding the principles of writing an XSLT stylesheet and recognizing the constructs used therein. This section is not meant as tutelage for writing stylesheets, but only as background information, nomenclature, and practice guidelines.

Type: XPath  #Views: 310  Category: Article    

XPath: XML Path Language
Welcome to the first regular issue of Standard Deviations from Norm. In this column, we will explore existing and emerging XML standards, learn how they work, and examine ways that you can use them in your next project. Deviating, if you'll pardon the pun, from my own plan of action, this column is not going to be as "hands-on" as I anticipated. Instead, I'm going to introduce a relatively new but important building block for future specifications—XPath. In future issues, we'll get to roll up our sleeves and try XPath out in the trenches.

Type: XPath  #Views: 397  Category: Article    

Contrasting Logic Over XPath and RDF
XML+namespaces promotes precise identification of terms in the web. Inferencing over these terms appears to be taking two divergent paths: XPath/XQuery and RDF. There appears to be little communication between the two communities. The purpose of this document is to provide some shared context with which the two may understand the intent and capabilities of each other's approaches.

Type: XPath  #Views: 349  Category: Article    

XPath Rules!
XPath is a language used in XSLT and DOM programming for addressing elements and asserting expressions in XML documents. This latter capability of asserting expressions is a lesser known and used capability of the language. It's possible to use XPath as a non-proprietary rule language. We'll look to exploit this capability and demonstrate how DOM and XPath can be used to build a simple declarative rule engine.

Type: XPath  #Views: 317  Category: Article    

Practical Transformation Using XSLT and XPath
"Practical Transformation Using XSLT and XPath" overviews the entire scope of the Extensible Stylesheet Language Transformations (XSLT) http://www.w3.org/TR/xslt and the XML Path Language (XPath) http://www.w3.org/TR/xpath W3C Recommendations, used for transforming structured information (e.g. XML to XML, XML to HTML, XML to WML, XML to text, etc.).

Type: XPath  #Views: 380  Category: Article    

Advanced XPath Analyzer
An advanced XPath Query Analyzer, based on the work of Enrico Elizar Samuel. This advanced version supports namespaces resolution.

Type: XPath  #Views: 386  Category: Article    

Create Editable XML Documents Using XPath and the TreeView Control
Adding drag and drop support to your TreeView control needn't be taxing. With XML and Xpath, you can get most of that support for free.

Type: XPath  #Views: 425  Category: Article    

XPath provides an easier way to select information in Jet database
If you're a power user or developer familiar with Microsoft Access (or other products that use the Microsoft Jet database engine), you probably think of the SQL language when thinking about queries. In a traditional Access application, SQL is the language that you write queries in, and knowing SQL is necessary to write efficient Jet code.

Type: XPath  #Views: 322  Category: Article    

Effective XML processing with DOM and XPath in Java
Based on an analysis of several large XML projects, this article examines how to make effective and efficient use of DOM in Java. The DOM offers a flexible and powerful means for creating, processing, and manipulating XML documents, but it can be awkward to use and can lead to brittle and buggy code. Author Parand Tony Daruger provides a set of Java usage patterns and a library of functions to make DOM robust and easy to use.

Type: XPath  #Views: 338  Category: Article    

XML for Data: What's new in XPath 2.0?
Kevin Williams takes a look at the latest status of the XPath 2.0 specifications and provides some specific examples of XPath 2.0 features that will make the XML developer's life easier. Examples are provided in XML and XPath.

Type: XPath  #Views: 309  Category: Article    

Top Ten Tips to Using XPath and XPointer
XPath and XPointer allow XML developers and document authors to find and manipulate specific needles of content in an XML document's haystack. From mindful use of predicates, to processor efficiency, to exploring both the standards themselves and extensions to them, this article offers ten tips -- techniques and gotchas -- to bear in mind as you use XPath and XPointer in your own work.

Type: XPath  #Views: 350  Category: Article    

Using XPath with SOAP
XPath is a language for addressing parts of an XML document, used most commonly by XSLT. There are various APIs for processing XPath. For the purposes of this article I will use the open source Jaxen API. Jaxen is a Java XPath engine that supports many XML parsing APIs, such as SAX, DOM4J, and DOM. It also supports namespaces, variables, and functions.

Type: XPath  #Views: 381  Category: Article    

Prev Next
1 2 3 4


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Printer ink
it outsourcing
online fax service
UK conference call service
chicago web design
Registro de Dominios
Domain Names
Car News
Juicy couture sunglasses
Video Surveillance
Skype vs. sipcall

3,833 Total Members
58 members(last 30 days)
8 members(last 7 days)
0 members(today)

1,937 Total Discussions
2 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,084 Total Resources
2 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139