We are using WebMacro with XML files, and have run into one or two minor
annoyances. The biggest at the moment is with the $link context tool. It is
defined by WebMacroLink which extends DynamicURI, and appends query data
using an "&":
line 599 of DynamicURI: sb.append ( "&" );
However, in XML an "&" represents the start of an entity reference, and in
order to get an actual "&" character, one needs to use the "built-in" XML
entity: &
Of course I can easily change this for our use, but my question is in what
way it will affect the various web browsers out there for the people using
WM+HTML? Do they all know how to handle "&" or not? If not, what would
be the best way for us to handle this case - write our own $xmllink, or have
an HTML/XML "flag" in DynamicURI, or...
Any comments would be appreciated.
Frank
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]