Geçenlerde. Net xml.linq sınıflar ile çalışıyoruz. Ama yaklaşan bir proje için bir linux samimi bir dil kullanmak gerekebilir.
Ben en çok sevdiğim şey
- Xdocument, being able to load from a file or parse from a string
- XElement, quickly creating a custom structure for page specific data
- Traversing Children, Parents, Siblings etc
- Xml.Linq in general getting and
setting values by
Variable.Element("elementName").value() for Variable.Descandants("elementName").value()
not to mention attributes adding descendants and all the other goodies that are built in.
So my question is. Is there another language that has these kinds of features built in for xml? Ben manuel ayrıştırma önlemek ve anında esnekliği xml oluşturulan olmasını istiyorum.
Bonus Soru: Diğer diller XDocument / XElement eşdeğer sorgulamak için LINQ to XML benzer işe yarayabilir özelliklere sahip etmeyin.