Create XML markup to represent a message sent on 7 June, 2014 to Amit and Saurabh by Mohit. -Technology

1 Answer

Answer :

<?xml version = '1.0'?><message date='7/6/2014'><sender> Mohit </sender><receiversXreceiver> Amit </receiver><receiver> Saurabh </receiver> </receivers><text> Submitted Successfully </text></message>

Related questions

Description : Both HTML and XML are markup language used to format data. -Technology

Last Answer : False XML is used to describe data, while HTML is used to format data.

Description : Write an HTML code to create the following table: 100 Amit 10 A -Technology

Last Answer : The HTML code is Roll NumberNameClass 100 Amit 10 A 101 Ankit 10 B 102 Arnab 10C Footer 1 Footer 2 Footer 3

Description : Saurabh wants to insert graphics object in his presentation. Give him names of two graphic objects, which he can insert in his presentation? -Technology

Last Answer : Two graphic objectsare Picture and AutoShapes

Description : Saurabh was working on a project. By mistake, he deleted an important file. Can he get the file back? -Technology

Last Answer : Yes, he can restore his file to its original location.To restore his file follow these steps:(a) Step 1: Open the Recycle Bin.(b) Step 2: Click the file, he wants. (c ) Step 3: In the ... Bin tasks list, click Restore on that item which you want. Thus, file will be restored to its original location.

Description : List the important points to create an XML document. -Technology

Last Answer : The points while creating an XML document are as follows:1. XML documents must have starting and closing tags.2. XML tags are case sensitive.3. XML elements must be properly nested.4. XML documents must have one root element.5. The values of XML attributes must be enclosed in double quotes.

Description : XML allows you to (a) create new tags -Technology

Last Answer : (b) XML allows you to arrange your tags in any order.

Description : We need a/an ………….. to create and edit an XML document. -Technology

Last Answer : We need a/anXML parserto create and edit an XML document.

Description : Amit installed an antivirus software to remove all the viruses from his computer. -Technology

Last Answer : 1. Antivirus software is used to identify, prevent and take action against malicious programs, such as viruses and worms, by deactivating or deleting them.2. Two actions performed by an antivirus ... ) Scanning and monitoring files and folders on your computer to ensure that they are not infected.

Description : A mail or message sent to a large number of people indiscriminately without their consent is called ..... -Technology

Last Answer : A mail or message sent to a large number of people indiscriminately without their consent is calledspam.

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : HTML is a markup language. Expand the term HTML. -Technology

Last Answer : HyperText Markup Language.

Description : Write down the purpose and features of Show Markup option available in Review tab of Word 2007 document. -Technology

Last Answer : Accepting or rejecting changes work much like the Spell Check feature. By cycling through the changes made to a document, the author can accept or reject any or all changes.For accepting or rejecting ... and (iii) until all changes/comments have been reviewed.5. When finished, save your document.

Description : Is there a better way to use or replace eyedrops as of June 18, 2014?

Last Answer : answer:Dropping it into the corner of the eye works best. I don’t have problems with eye drops just because I wore contacts for so long. I manage to control that instinct to slam my eyes shut when something gets near it.

Description : I had a condition for 2 years from May 2014 to June 2016. With the fact that my Ex girlfriend jumped on the police in 2016 in January, I said she was in December 2015.. I was said to have ... condition arose when I did an advertisement for girls in Prague in private homes. That I took money for it.

Last Answer : Of course. It was at a time when the condition was not over. There is nothing to solve. Another crime will go to court when the investigation is closed, and according to the free capacity of the court. The date of the hearing in this case has no effect on the breach of the condition.

Description : Mohit is 28 years of age, has 65kg of body weight and is 1,4 meters tall, Calculate his BMI. -SST 10th

Last Answer : Body Weight - 65 Kg Height - 1.4 meters BMI = 33.16 Therefore, Mohit is overweight because his BMI is more than 25.

Description : A this usual rowing rate, Mohit can travel 12 miles downstream in a certain river in 6 hours less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for his 24 miles round trip, ... current in miles per hour? A.2.5m/hr B.4 m/hr C.8/3 m/hr D. 5/3m/hr

Last Answer : Answer-C Basic Formula: Speed of the stream = ½ (a-b) km/hr Explanation: Let the speed in still water be x m/hr Speed of stream be y m/hr Then, speed upstream = x-y m/hr and Speed downstream = x+y m/hr 12/x-y - ... 1] 3y^2 = 8 y so, y = 8/3 speed of the current = 8/3 m/hr = 2 (2/3) m/hr

Description : Father is aged three times more than his son Mohit. After 8 years, he would be two and a half times of Mohit’s age. After further 8 years, how many times would he be of Mohit’s age? A.4 B.2 C.2.5 D.3 E.None of these

Last Answer : Answer – B (2) Explanation – Let Monit’s present age be X years. Then, father’s present age = (X + 3X) years = 4X years. (4X + 8) =5/2 x (X + 8) 8X + 16 = 5X + 40 3X = 24 so, X=8 Hence, required ratio = (4X + 16) / (X + 16)=48 / 24 = 2

Description : What do you mean by XML file? -Technology

Last Answer : XML file or XML document is a component of XML document system which contains the real data and its semantics.

Description : Write the components of an XML file in terms of logical structure. -Technology

Last Answer : An XML file contains:1. an optional prolog2. a data instance

Description : What does XML parser do? -Technology

Last Answer : An XML parser basically checks whether a document is following XML standard or not.

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Which document is used to define the style of an XML document? -Technology

Last Answer : CSS is a text document (or stylesheet) that is commonly used to define the style and layout of an XML document.

Description : Explain the usage of an XML parser. -Technology

Last Answer : XML parser is a software used to read, write and update to an XML document. An XML parser converts an XML document into an XML DOM object.

Description : What does it mean when we say that XML tags are case sensitive? -Technology

Last Answer : The case sensitivity of XML tags means the opening and closing tags must be in the same case. The following code is an example of a well-formeddocument, where the opening and closing tags are in the same case, i.e.Amit

Description : Explain the utility of comments in XML. -Technology

Last Answer : A comment is a note or information that appears in the code of an XML document to help you understand the code better. Comments are not displayed in the output. They are not part of the program and therefore, are not parsed by the XML parser.

Description : State whether the following XML document is well_formed or not Mapoj -Technology

Last Answer : The preceding XML document is not well-formed because it contains two root elements. An XML document contains only one root element.

Description : Name some languages, which are derived from XML. -Technology

Last Answer : Some languages are as follows:1. Ink Markup Language (InkML)2. Business Narrative Markup Language (BNML)3. Financial Product Markup Language (FPML)4. Virtual Human Markup Language (VHML) .5. ... Language (ADML)6. Artificial Intelligence Markup Language (AIML)7. Chess Markup Language (ChessML) etc.

Description : Write the procedure to link a stylesheet with an XML document. -Technology

Last Answer : Using CSS with an XML DocumentTo link an XML document with a stylesheet perform the following steps:1. Create an XML document and save it as a file with the .xml extension.2. Create a stylesheet ... following is the XML document:AJan 24, 1987BlueBDec 15, 2009< Eyes >BrownNow, save it as test1.xml

Description : Write the full form of 1. XML 2. DTD 3. SGML 4. CSS -Technology

Last Answer : Full form of given terms are as follows:1. XML Extensible Markup Language2. DTD Document Type Declaration3. SGML Standardised Generalised Markup Language4. CSS Cascading Style Sheet

Description : Explain two softwares which are used to validate XML documents. -Technology

Last Answer : Two important software that validates or process XML documents are as follows:1. XML Validator is the software packages that check the XML document as per the specified DTD and give you feedback about the document. ... XML parsers are as follows:(a) SAXfSimple API for XML)(b) Expat(c) LT-XML etc.

Description : Write an XML document that marks up the following data: All these must be rendered -Technology

Last Answer : Raj Kumar Delhi Pankaj Mumbai Rahul Sharma Delhi Praveen Noida

Description : Difference between XML and SGML? -Technology

Last Answer : XMLSGMLXML is a markup language.SGML is a meta-language used todefine and describe generic markup language.It does not include complexand optional features of SGML.It is complex and ... the data andtransfers data between applications.It allows you to define and createplatform-independent files.

Description : Difference between HTML and XML? -Technology

Last Answer : HTMLXMLHTML tags arepredefined.XML tags are notpredefined.HTML is case insensitive.XML is case sensitive.HTML is markuplanguage thatcreates the formand appearance of the web page.XML is neither aprogramming nor apresentation language.

Description : Difference between EDI and XML ? -Technology

Last Answer : EDIXMLEDI (Electronic DataInterchange) is acollection of standards,formats and file layout.XML is an emerging standarddesigned to simplify Web-basedE-Commercetransactions betweencomputer application.EDI enables ... XML allows you to createcustom tags to present yourdocument in a structured format.

Description : Explain the structure of XML document. -Technology

Last Answer : Structure of XML- File/DocumentEvery XML document includes both physical and logical structure which are as follows:1. Physical StructureIt contains the actual data used in a document. The basic storage ... which is the base for the logical structure.The structure of the document of example code:

Description : Consider the following XML document. Check this for well_ formedness. -Technology

Last Answer : The above XML document is not well-formed.The document suffers from two errors which are as follows:1. Improper nestingThe MiddleName element is opened inside the FirstName element, yet MiddleName is not closed before ... , which is incorrect. XML is case sensitive, thus the end tag of should be .

Description : Explain the difference between a well_formed and a valid XML documents. -Technology

Last Answer : 1. Well-Formed XML DocumentsA well-formed XML document means that document has the correct XMLsyntax.The XML document that follows XML grammar rules is called well-formed document. A document ... according to a particular structure or guidelines, the process is known as validation of the document.

Description : Write two points of difference in HTML and XML. Write three points of well_formed XML document. -Technology

Last Answer : Two points of difference between HTML and XML follows:HTMLXMLHTML is a markup language thatcreates the form andappearance of the Web page.XML is a text-based markup language ... and closing tags.3. XML attributes values, should be in double quotation marks.TableWood751stChairPlastic85IInd

Description : XML document structure can be divided in which two parts? -Technology

Last Answer : XML document structure can be divided into two parts as follows:1. Well-formed XML document2. Valid XML documentA valid XML document means to follow several terms, such as follows:1. It is not ... for validation.The XML code is Srishti Programmer Engineering 5E Aditi Designer Marketing 19T

Description : Write two points of differences between XML and HTML. What is meant by a well_formed XML document -Technology

Last Answer : The differences between XML and HTML are as follows:1. HTML has predefined tags while XML has user-defined tags.2. HTML document can be viewed directly by the Web browser while XML document cannot be ... tags are case sensitive.The XML code is Singapore 200000 8 Aeroplane Shimla 10000 4 Bus

Description : Explain with a help of an example, how root elements are placed in a XML document? -Technology

Last Answer : XML documents must contain one element that is the parent of all other elements. This element is called the root element. The root element encloses all other elements in XML. All other elements inside the ... then comes the child element which in turn stores the and of the employee in the tags.

Description : Draw the XML tree for code given below: -Technology

Last Answer : The XML tree is

Description : Draw the XML tree for the code given below: -Technology

Last Answer : The XML tree is

Description : Write the DTD for the following XML document: -Technology

Last Answer : ]>

Description : Draw the XML tree for the code given below -Technology

Last Answer : The XML tree is

Description : Draw the XML tree for the code given below_ -Technology

Last Answer : The XML tree is

Description : Draw the XML tree for the code given below: -Technology

Last Answer : The XML tree is

Description : XML uses (a) Only 5 tags -Technology

Last Answer : (c) XML uses user-defined or custom tags.