XSL Formatter Q&A
Basic, GeneralWhat is XSL-FO? |
|
| Q. | Is it necessary to make a XSLT stylesheet for each XML document? [No.2002011515] |
|---|---|
| A. |
No. Prepare one standard stylesheet for the set of one DTD and layout designation. The reason is as follows. XSLT Stylesheet transforms one XML tree structure to another XML tree structure. XML tree structure is determined by tag set. You may develop one XSLT Stylesheet for each one tree transformations. |