Hi,
I am total noob with XSL and XSL-FO and I am looking for some advice on the possibilities and limitations with DotNet 2.0 and 3.5 when using XSL for formatting XML Data For reporting purposes.
Here is what I was looking to do.
1)Get data from a SQL 2005 DB based on some business rules
2) Output to xml from SQL directly or create xml files from some other custom middle tier component and save the files to disk.
3) Use a 3rd party library to create pdf's from the transformed files. <-- I Need suggestions on tool too please.
My concerns are around page breaks and keeping related content together when breaks occur. From what I can tell these two commands are for that: keep-with-previous and keep-with-next But those I believe are XSL-FO commands, please correct me if I am wrong. There is also this which appears to be in the base XSL commands. http://www.w3.org/TR/xsl/#keepbreak From what I have read IE and DotNet don't support XSL-FO is that still true? I also read some posts about adding an XSL Schema to Visual Studios schemas for intellisense, does anyone know of a current XSL-FO Schema for this purpose. So given what I would like to accomplish and my concerns what should I know about the limitations of XSL-FO in DotNet and IE.