XML parsing using XLinq

I have a simple XML schema from a video recorder that I need to parse using XLinq. All of the XLinq example seem to take a XML document. Here is the schema:

<?xml version="1.0" encoding="utf-8"?>










































What is the proper way to load this into XLinq so I can validate XML?

Thanks,
Jason.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories