← Prev in month ← Prev in thread

Is there a short string that is commonly used to represent "/>"?

From
Roger L Costello <>
To
"" <>
Date
2022-02-19T13:03:06Z
ID
<>
Thread
Is there a short string that is commonly used to represent "/>"?
Hi Folks,

For many relational operators there is a short string that represents the operator, e.g.,

	<=	le
	!= 	ne

In XML there is a short string that represents reserved symbols, e.g.,

	&	amp
	<	lt

Consider this empty XML element:

	<Test/>

The "/>" symbol indicates the element is empty.

Is there a short string that is commonly used to represent the symbol that indicates the element is empty?

	/>	???

/Roger
← Prev in month ← Prev in thread