|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Can you send me an XML file
Cristobal Galiano Fernandez wrote:
>
> Can you sen me an XML file for chek your XSLT file?
Sure. The input document is below (it is exactly the same
as the data in the original post).
This result was generated with the full java version of
saxon 5.3.2.
You might like to change the output method to "html" for
proper HTML output.
----
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Table [
<!ELEMENT Table (HeadRow, Row*, Caption?)>
<!ELEMENT HeadRow (Cell+)>
<!ELEMENT Row (Cell+)>
<!ELEMENT Cell (#PCDATA)>
<!ELEMENT Caption (#PCDATA)>
]>
<Table>
<HeadRow>
<Cell>Heading one</Cell>
<Cell>Heading two</Cell>
</HeadRow>
<Row>
<Cell>Cell one</Cell>
<Cell>Cell two</Cell>
<Cell>Cell three</Cell>
</Row>
<Row>
<Cell>Cell Four</Cell>
</Row>
<Caption>this is the caption</Caption>
</Table>
----
--
Warren Hedley
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








