How do I find the name of my "DOM" when using getDOM????

M

MatsonPP

Hello :)

I have seen so many references to this XDocument.GetDOM("MyDom") thing,
but I have not a single clue how I find the exact name of "MyDom". Can
somebody please help me?

Thanks!
Matt
 
K

Ken K

Have you looked at the schema.xsd?
I'm not 100% but my guess is that second line of the schema that says
<xsd:schema targetNamespace="Xxxxx.Xxxxx.xxx" is the reference name to the
DOM.
Good Luck
 
Top