I need to change the second line to config schema ="xxx.xsd"
how can I do that ?
1<?xml version="1.0" encoding="utf-8"?>
2<**config**>
3<maketool-config>
.
.
.
</maketool-config>
</config>
here is the code :
XElement triggerRoot = new XElement("config",
new XElement("maketool-config",
);