Re: a small question on xml
Jack Bolles (jbolles@homeaccount.com)
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
------------------------------------------------------