Hi, I have an element which is something like this: <p> This is some text, and at <date>2004-08-24</date> I am writing it. </p> I want to traverse the whole element and pick up the subelements. Stylus Studio HE gives me an overview of the element which looks something like this: p | |-- #text | |-- date | |-- #text | |-- date | |-- #text A select="p/*" does not work, I only get the date elements and not any text. I guess #text is not treated the same way as the other subelements, but how should I do this? -- ThomasReceived on Tuesday, 24 August 2004 18:18:20 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 10 August 2007 00:11:42 GMT