how to get rid of namespace prefix

  • Thread starter Thread starter Guest
  • Start date Start date
hmm. I see here a message with no content only a subject line that seems to
be very fuzzy about what the question is.
 
thanks for yours curiosity.
I'v post this message twice since yesterday.
I generated classes from xsd file.but the peer system send the xml stream
with prefix,such as "<prefix:a xmlns:prefix='......'>" ,when i deserialize
the class ,the serializer return a null instance of the object. I tried to
remove the prefix,it dose work.
so my question is how to get rid of the prefix of the namespace.
 
I generated classes from xsd file.but the peer system send the xml stream
with prefix,such as "<prefix:a xmlns:prefix='......'>" ,when i deserialize
the class ,the serializer return a null instance of the object. I tried to
remove the prefix,it dose work.
so my question is how to get rid of the prefix of the namespace.
Ah finally something to think about.
I thought you were talking about the C# or VC++ namespaces.
I do not know about this one (Yet). But with this extended description, I
somehow believe that you will get an answer.
 
:)I hope so. thanks.

Olaf Baeyens said:
Ah finally something to think about.
I thought you were talking about the C# or VC++ namespaces.
I do not know about this one (Yet). But with this extended description, I
somehow believe that you will get an answer.
 
Back
Top