Well,
as I mentioned, it does work, but when using XML editor applications
for creating DTD's etc. the doc isn't well-formed and the apps don't like
it. I can live without it, I just wondered if it was possible to change
those chars.
J. Gary Thompson
-----Original
Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx
Sent: Tuesday, May 27, 2003 7:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [SA-list] <sa_xxx> delimiters
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bulinckx
Sent: Tuesday, May 27, 2003 7:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [SA-list] <sa_xxx> delimiters
But once SA has used this as a template the <sa_uid> will be replaced by the correct UID, so were is the problem?
dirk.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of J. Gary Thompson
Sent: Wed May 28 1:03 AM
To: [EMAIL PROTECTED]
Subject: RE: [SA-list] <sa_xxx> delimitersIn 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>...</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.thanksJ. 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> delimitersCould 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
