De : Gary Lawrence Murphy [mailto:[EMAIL PROTECTED]] > > This is one of those XML uglinesses that just won't go away ;) ... > > <url > cachedOnURL="true">http://www.telusgeomatics.com/TG_Portal/Loc > ate_User.asp?road_name=93&road_type=street&house_numbe > r=11235&muni=edmonton&ViewWidth=5000</url> > > Is that the proper way to encode the '&' separators in the URL, or > should I use %26 codes ... or something else? > > Similarly, if we have markup items to be put into xreg definitions, do > we have a convention for escaping HTML markup so it passes the XML > parser but is rendered correctly on the page? >
This is described in: http://www.w3.org/TR/2000/REC-xml-20001006#syntax Use &, < and > or <![CDATA[...]]> sections. All xreg files must be XML 1.0 compliant. -- Rapha�l Luta - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
