[phpXML] problem with whitespace

2001-10-02 Thread nigelswinson
RE: [phpXML] problem with whitespace> Is there a way to search nodes by case-insensitive attributes? I've never found one. Sorry. Seems to be an ommision in the XPath spec. This has bugged me in the past too. Perhaps we should create a new string function to map to lower case or s

[phpXML] RE: [phpXML] problem with whitespace

2001-10-01 Thread o . talens
Title: RE: [phpXML] problem with whitespace Is there a way to search nodes by case-insensitive attributes? Thanks, Oliver -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: dinsdag 2 oktober 2001 2:34 To: [EMAIL PROTECTED] Subject: [phpXML] problem with

[phpXML] RE: [phpXML] problem with whitespace

2001-10-01 Thread o . talens
Title: RE: [phpXML] problem with whitespace I know that there is no way of sorting in XPath, but it would realy be handy to have something for it like in XSL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: dinsdag 2 oktober 2001 2:34 To: [EMAIL PROTECTED

[phpXML] problem with whitespace

2001-10-01 Thread nigelswinson
The whitespace handling is somewhat "historical" due to the appaling way that we used to represent the internal text and element nodes. Now that we have the 123 bug fixed, we should really get round some time to reproducing the exact same xml document that we read in. That would be a good goal..

[phpXML] problem with whitespace

2001-10-01 Thread bigredlinux
This refers to the exportAsXml, which then points to the internal _export function. When I try a very simple example "hey" or "heyall" I get extra lines below the children of and I believe it has to do with the last "\n" that is added in the _export function. I took it out and it seems to