Este es el ejercicio
y este es el archivo xml
Código:
Si alguien me puede ayudar o sabe por que no funciona, se lo agradecería. <?xml version="1.0" encoding="ISO-8859-1" ?> - <!-- Edited with Macromedia Dreamweaver --> - <dinner_menu> - <food> <name>Butternut Squash Ravioli</name> <price>$5.95</price> <description>Handmade ravioli filled with butternut squash puree sauteed in brown butter and sage</description> <calories>650</calories> </food> - <food> <name>Warm Spinach Salad</name> <price>$7.95</price> <description>Fresh spinach with a warm lemon-tarragon dressing</description> <calories>350</calories> </food> - <food> <name>Boquerones</name> <price>$8.95</price> <description>Delicate anchovies on toast points topped with tobiko</description> <calories>500</calories> </food> - <food> <name>Seafood Paella</name> <price>$14.50</price> <description>Spanish rice slow-cooked with chorizo, shrimp, mussels, and rock cod</description> <calories>800</calories> </food> </dinner_menu>