עיצוב מסמך XML ו- XPath
שלום אני עובד עם XML כזה האם זה נפוץ ותיקני או שצריך לשנות את העיצוב
שלום אני עובד עם XML כזה האם זה נפוץ ותיקני או שצריך לשנות את העיצוב
<Elements> <Element id="1" name="שלום" /> <Element id="2" name="דוד" /> </Elements>
עוד שאלה על XPath יש לי XML כזה<names> <name> <client>hank</client> <id>1</id> </name> <name> <client>corry</client> <id>2</id> </name> <name> <client>david</client> <id>3</id> </name> <name> <client>james</client> <id>4</id> </name> </names>
איך אני מוציא ב XPath את ה client ו-id בכל המסמך תודה