I am embedding SVGs in my application that come from URLs with multiple 
query parameters:

                
backgroundImage="@Embed(source='http://localhost:9999/main/svg/gradient.svg?c1=485876&c2=192439',
 
mimeType='image/svg')"

this saves me the trouble of creating new SVGs everytime I need a new 
gradient or other trivial variation on a consistent theme.

Although the application works fine, my log files fill up with 
(aparently harmless) messages like these:

08/07 11:30:36 WARNING Swc Loader: Unable to load SWC 
/home/systems/tomcat/webapps/ROOT/WEB-INF/flex/generated/969102784/Header.swo
08/07 11:30:37 ERROR SAXException The reference to entity "c2" must end 
with the ';' delimiter.
org.xml.sax.SAXParseException: The reference to entity "c2" must end 
with the ';' delimiter.


I am assuming that Flex is creating some sort of cached intermediate 
work product using XML, but forgets to re-escape the '&' as '&'. I 
have two questions:

1. Will this have any practical negative effect (other than making my 
log files difficult to read without preprocessing)?
2. Does Macromedia know about this bug (and if not, how do I report it?).

Thanks,

JWS





------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12ha84l91/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123468392/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to