Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Provide an example of XML.
Home
XML
Provide an example of XML.
0
votes
asked
Sep 18, 2020
in
XML
by
Robindeniel
Provide an example of XML.
#example-of-xml
#xml-example
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 18, 2020
by
SakshiSharma
<? XML version=”1.0” encoding = “UTF-8”?>
<FurnitureStore>
<Furniture category=”Table”>
<Title lang=”en”> Sale for today</Title>
<Type> Laptop table</Type>
<Year>2008</Year>
<Price>500</Price>
</FurnitureStore>
...