In the
snippet below, uid="<sa_uid>" will not be allowed in a well-formed
document as "<" and ">" are not allowed in an
attribute.
<host>
<hostname uid="<sa_uid>" hostid="<sa_hostid>">
<sa_hostname> <------- this is not well-formed either as it has no closing tag
</hostname>
<prettyname>
<sa_prettyname>
</prettyname>
<hostname uid="<sa_uid>" hostid="<sa_hostid>">
<sa_hostname> <------- this is not well-formed either as it has no closing tag
</hostname>
<prettyname>
<sa_prettyname>
</prettyname>
.
.
.
</host>
I can make this XML
document perform the way I want it to, but most XML editors won't work
efficiently unless the document is well-formed.
thanks
J. Gary Thompson
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx
Sent: Tuesday, May 27, 2003 6:50 PM
To: [EMAIL PROTECTED]
Subject: RE: [SA-list] <sa_xxx> delimiters
Could you explain a bit more? Were do you want to change the < >?
dirk.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of J. Gary Thompson
Sent: Wed May 28 12:39 AM
To: [EMAIL PROTECTED]
Subject: [SA-list] <sa_xxx> delimitersHi folks,is there a way of changing the <> (greater and less than) symbols the denote the <sa_xxx> tags used for HTML output? I can make them work in XML, but it's not considered a well-formed document, and so I can't make any <sa_xxx> data a tag attribute. The < > encoders don't work either.thanksGary Thompson
