Wednesday, March 3, 2010

Week -17

Quick Question

01. CSS is simply represent the data with eassy rathar than XSL.
Because while everyone who might to access your XML document will have a web browser, not all of them will have a browser that can cope with XSL stylesheet. It would have different version of web browsers.


02. None at all. The two labels for an XSL stylesheet ate completert interchangable.

Some XSL programmers loke to use Stylesheet to label an XSL documeent that makes an XML document appear in a suitable format and tranform it eassiyly.

Longer Question.

01.

/policies/policy/claims/year

/policies/policy/claims/claim/details

/policies/policy/policy-holder


calling attribute

/policies/policy/@type


Search the whole document (Eassy way of searching :) )

//policy-holder

//@type

//year

//details

No comments:

Post a Comment