Results 1 to 4 of 4

Thread: What is XPath

  1. #1
    Join Date
    Nov 2009
    Posts
    569

    What is XPath

    Hi,
    Does anyone is properly familiar with XPath. What is it actually. Second thing I had sample application created by a different user. This application does not brings back any mistakes implemented. In the same application how can I string to uppercase / lowercase. And in the same way what is the way by which I can delete a character in a string. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: What is XPath

    XPath is a language with a non-XML syntax, allows to address different nodes or groups of nodes of a particular XML document. XPath sees the XML document as a tree of nodes, it can travel axes (son , parent, ancestor, descendant, ...) and selecting nodes by their name. XPath expressions can also represent strings, numbers and booleans. XPath is heavily used by other languages and XML technologies, including XSLT, W3C XML Schema, XLink, XForms ... See the tutorial on XPath

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What is XPath

    There can be some issue with the XPath search node. In XPath search to select a node that does not exist is not an error, the XPath engine is simply returned an empty list. XPath is case-sensitive, therefore check writing tags in your expression, or perhaps you have used predicates (conditions in brackets) too restrictive.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: What is XPath

    Using the translate function: translate (string, 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ') you can change the upper case to lower case. And if you want to delete a character then you can use the translate () XPath function is a replacement by other characters and can also be used to delete characters by using it without giving wildcards to traits.

Similar Threads

  1. How to Manipulate XML with XPath in VBScript
    By Zavier in forum Software Development
    Replies: 4
    Last Post: 18-04-2010, 03:05 AM
  2. What are the XForms and XPath?
    By Nathen in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 05:35 AM
  3. Problem with inline elements in XPath
    By Solitario in forum Software Development
    Replies: 2
    Last Post: 25-10-2008, 05:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,123,374.08304 seconds with 16 queries