Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

XPath

Note: Tato stránka není ještě zcela přeložena. Pomozte nám ji prosím dopřeložit.

XPath znamená XML Path Language, který používá ne-XMLový zápis pro snaší způsob výběru rozdílních částí XML dokumentu. As well as this, it can also be used to test addressed nodes within a document to determine whether they match a pattern or not.

XPath is mainly used in XSLT, but can also be used as a much more powerful way of navigating through the DOM of any XML based language documents, such as HTML and XUL, instead of relying on the getElementById method, the childNodes properties, etc. The following is vague: This is especially useful within extensions, particularly regarding to overlays.

XPath uses a path notation (as in URLs) for navigating through the hierarchical structure of an XML document. It uses a non-XML syntax so that it can be used in en:URIs and XML attribute values.

Dokumentace v češtině

Použití XPath v JavaScriptu
Describes a non-XSLT use of XPath.
XPath:Osy
Seznam a vysvětlení os definových ve specifikaci XPath. Osy slouží k popisu vztahů mezi uzly.
XPath:Funkce
Seznam a popis základních XPath funkcí a specifických doplňků XSLT v XPath.

Zobrazit vše...

 

Dokumentace v anličtině

Transformace XML pomocí XSLT
XSLT uses XPath to address code segments in a XML document that it wishes to transform.
XSLT & XPath Tutorial
The TopXML XSLT tutorial introduces you to the basics of XSLT & XPath concepts, syntax, and programming.
Co je to XSLT?
This extensive introduction to XSLT and XPath assumes no prior knowledge of the technologies, and guides the reader through background, context, structure, concepts and introductory terminology.

Zobrazit vše...

Související témata

XSLT, XML, DOM

 

Štítky a přispěvatelé do dokumentace

 Přispěvatelé této stránky: fscholz, DJ.Maca, Pawell
 Poslední aktualizace od: fscholz,