Hi,
I have a media Renderer which is trying to generate AVTransport.Evented_LastChange events.
If I set this to a fully escaped XML string, such as (VB.NET code)
AVTransport.Evented_LastChange=""
,the event appears in Device Spy as:
So far so good.
However, I need to see the following event string in Device Spy:
">
ie, the escaped XML within my speech marks hasn't been touched.
But if execute this code:
AVTransport.Evented_LastChange = """>"
Device Spy reports the following event:
">
and this isn't what I want.
How can I send a correctly formatted string from my Renderer so that certain text doesn't end up getting unescaped????
Message Edited by Jinja on 06-06-200602:04 AM


