XML attribute delimiters?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

XML attribute delimiters?

Post by dfhtextpipe »

The XML schema permits both the double quote chr(22) and the apostrophe chr(27) to be used to delimit attribute values.

Does TextPipe restrict the delimiter to chr(22) ? If so, then the documentation does not mention this.

You may wish to review how the XML/HTML filters work in the light of my observation.

David
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: XML attribute delimiters?

Post by DataMystic Support »

Hi David - both double quote chr(22) and the apostrophe chr(27) can be used. It also works with no delimiter at all, for a value not containing any whitespace.

The docy does mention this, but I will clarify it.
Post Reply