[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] A question for parsing experts: How to recognize that'<' denotes the beginning of a start tag?
- From: David Carlisle <d.p.carlisle@gmail.com>
- To: Roger L Costello <costello@mitre.org>
- Date: Tue, 16 Feb 2021 20:32:18 +0000
On Tue, 16 Feb 2021 at 20:15, David Carlisle <d.p.carlisle@gmail.com> wrote:
>
> In HTML then it's ... more complicated.
>
> David
For HTML have a look at
https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=8935
<x z=a"<b>"> < </z>
<<<x
<b></b>
<!-- <b></b> -->
<xmp>
<b>
</xmp>
Here, < starts a start tag if it is followed by x, all the others do not.
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]