Re: [xml-dev] InnerXml is like printf (WAS: Underwhelmed)

From
Arjun Ray <>
To
Date
2002-09-22T10:35:35Z
ID
<>
Thread
Re: [xml-dev] InnerXml is like printf (WAS: Underwhelmed)
I wrote:
| Miles Sabin <> 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?