[
Lists Home |
Date Index |
Thread Index
]
I wrote:
| Miles Sabin <miles@milessabin.com> wrote:
| | Element e =
| | new Element(
| | "html/("+
| | "head/("+
| | "title/text(%0),"+
| | "link[@rel='stylesheet',@type='text/css',@uri=%1]),"+
| | "body/text(%2))",
| | { "Example 3", "/ss/style.css", "Hello World" } );
| 3. What about adding more than one child to an element?
D*mn, missed the commas. Sorry, Miles.
I'm still curious about splicing though. Element e will still have to
have "elementary" setter methods, no?
|