Skip to content Skip to sidebar Skip to footer

.NET Javascript Runtime With XML Parsing/editing

I have found some javascript runtime for .NET like IronJS, Javascript .NET or Jurassic. However seems none of them support XML parsing/editing. There's any javascript engine for .N

Solution 1:

I have just choose to use the 'XML for < script>' javascript library which is a pure javascript XML library.

With it I can use any .NET javascript runtime for the XML parsing/editing, including the library in the runtime.


Post a Comment for ".NET Javascript Runtime With XML Parsing/editing"