Subject: Re: [xsl] Pointers are weird From: "Peter Flynn peter@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 11 Apr 2025 10:55:20 -0000 |
XML has pointers, e.g.,
<Book ref="SK">...</Book>
<Author id="SK">Stephen King</Author>
The value of the ref attribute, "SK", points to <Author id="SK">
"SK" doesn't look like a pointer to me. It looks like data.
> XML-aware tools, however, treat it as a pointer to the <Author> > element with a matching id value.
HTML has pointers, e.g.,
<a href="#lesson1">...</a>
<p id="lesson1">...</p>
The value of the href attribute, "#lesson1", points to <p id="lesson1">
I conclude that, in XML and HTML, a pointer is not a pointer at all.
Isn't that weird?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Pointers are weird, Don Smith dsmith_loc | Thread | Re: [xsl] Pointers are weird, Jean-Luc Chevillard |
Re: [xsl] Pointers are weird, Michael Kay michaelk | Date | Re: [xsl] Pointers are weird, Don Smith dsmith_loc |
Month |