-
Notifications
You must be signed in to change notification settings - Fork 36
System.Xml.Linq #13
Comments
Ok! |
https://github.com/electricessence/TypeScript.NET/tree/develop-%28System.Xml.Linq%29 |
Making progress. Classes are getting their inheritance structure. Still a lot of work to do. |
what is the best way to contribute? I sent a small pull request yesterday, not sure if thats the best way. |
Well I've got some pretty good momentum right now. The best way to contribute is to code review. |
Also, I didn't see any pull request. |
@agnauck: |
what are you plans for serializing and parsing. Write:
Parse:
|
The XmlWriter will be deferred as long as possible. Right now, everything is unraveling itself. Meaning, although very difficult, dependencies are being implemented step by step. It's a lot of work, but I enjoy the challenge and I learn a lot. For example, right now I'm implementing XsdDuration which is an internal dependency for XmlConvert. Seems overkill but I'm simply pushing forward. At first I was quite afraid of the amount of daunting work. But I believe I can slowly and steadily make this happen. Its to the extent that I was considering writing my own C# parser that would transform C# into TS. For the moment I am using a set of Regex replace patterns to get me closer to the result. |
Update: |
Update: the traverse methods have been updated with better typing. Work well with node walking. |
would like to see system.Xml.Linq in the awesome library.
maybe this code can be integrated:
http://ltxmljs.codeplex.com/
The text was updated successfully, but these errors were encountered: