bplawler
03-19-2003, 08:47 PM
Hello all-
I am currently working on a little proof of concept involving retrieving xml data using an http dataset. Using some examples from the documentation and from this forum, I came up with code that looks like:
<canvas ...>
<dataset name="login" id="login"
type="http" src="...">
... and so on ...
The "id" attribute is necessary in the code so that we can have access to the dataset, but the code results in a compiler warning about id not being allowed, but without the id the code does not work. The lzx.dtd file does not seem to have the "id" attribute for dataset, but the code clearly needs it. Things work ok, but the error at the bottom is kind of a drag.
Is this a bug or is it something I have overlooked?
-Brian
I am currently working on a little proof of concept involving retrieving xml data using an http dataset. Using some examples from the documentation and from this forum, I came up with code that looks like:
<canvas ...>
<dataset name="login" id="login"
type="http" src="...">
... and so on ...
The "id" attribute is necessary in the code so that we can have access to the dataset, but the code results in a compiler warning about id not being allowed, but without the id the code does not work. The lzx.dtd file does not seem to have the "id" attribute for dataset, but the code clearly needs it. Things work ok, but the error at the bottom is kind of a drag.
Is this a bug or is it something I have overlooked?
-Brian