[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Functions have "signatures", what do elements have?
- From: "Costello, Roger L." <costello@mitre.org>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Mon, 14 Feb 2011 09:19:28 -0500
Hi Folks,
The XPath 2.0 matches function has this "signature":
matches(input, regex)
So, functions have "signatures."
Here is the XSLT 2.0 analyze-string element:
<xsl:analyze-string select="string" regex="regex" flags="flags">
What is that? Is it:
- The "signature" of the analyze-string element?
- The "form" of the analyze-string element?
- Something else?
What is the correct terminology when referring to an XML element?
/Roger
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]