[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
How to say this in English?
- From: Victor Porton <porton@narod.ru>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Wed, 27 Jun 2012 19:33:19 +0300
tr:xslt is a class. I write the following RDF code to specify that our script should be run with parameters debug=false and degree=4:
<tr:xslt>
<tr:arguments>
<tr:parameter tr:name=”debug”>false</tr:parameter>
<tr:parameter tr:name=”degree”>4</tr:parameter>
</tr:arguments>
</tr:xslt>
Now the question:
How to (clearly and concisely) say it in English that tr:xslt accepts tr:arguments as a parameter which may have multiple tr:parameter subparameters with some tr:name names?
I ask which terminology should be used to describe this in accordance with RDF specs and correct word usage.
--
Victor Porton - http://portonvictor.org
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]