- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have seensimilar thingson other events strings and it turned out to be the parsing of the string. I will need a day or so to try to duplicate the problem and see if I can see what you are seeing. Look as far as you can down the call stack prior to the send and I will do the same.
I will let you know if I find anything.
Rich

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page