[
Lists Home |
Date Index |
Thread Index
]
- From: Jack Bolles <jbolles@homeaccount.com>
- To: Li Jiefeng <jieli@cs.umbc.edu>
- Date: Tue, 22 Sep 1998 09:53:28 -0400
You have a lot of help on the second expression, so I'll give an answer to the first expresion. You can use either a single quote ' or a double quote " to encapsulate text. But if you want to encapsulate a quote (single or double) it must be encaspulated by its opposite. In other words, rewrite the first expression as either:
<someexpression original-from="(relation 5 'abc')">
or
<someexpression original-from='(relation 5 "abc")'>
Jack
------------------------------------------------------
Jack Bolles
Software Engineer - UI Designer
Home Account Networks
------------------------------------------------------
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|