XML is a pretty wide funnel, without resorting to a searialisable type you'd
have to consider XML validation and maybe throw up an exception.
Glenn
"Schemed" wrote:
Quote:
Hello All,
I have the following abstract function:
public abstract BookList LoadBooks(string ListBookXml);
public abstract BookList LoadBooks(XmlDocument ListBooks);
Is there any way to type the argument of each function so that it
corresponds to the required schema without resorting to an
XmlSerializable class as a parameter?
Thanx |