XML 面接の質問と回答
Question: Describe the role that XSL can play when dynamically generating HTML pages from a relational database?Answer: Even if candidates have never participated in a project involving this type of architecture, they should recognize it as one of the common uses of XML. Querying a database and then formatting the result set so that it can be validated as an XML document allows developers to translate the data into an HTML table using XSLT rules. Consequently, the format of the resulting HTML table can be modified without changing the database query or application code since the document rendering logic is isolated to the XSLT rules. |
復習用に保存
この項目をブックマークに追加したり、難しい内容としてマークしたり、復習セットに入れたりできます。
役に立ちましたか? はい いいえ
ユーザー評価で最も役立つ内容:
- What is XML?
- What is a markup language?
- Describe the differences between XML and HTML?
- Can you walk us through the steps necessary to parse XML documents?
- Where should I use XML?