Hi: I am not sure if this is the right place to post this question. I would like to know if there is an option to issue saxon to tell it to ignore the...
... This is really an XSLT question and not a Saxon question. What exactly are you trying to do? There may be a way to do what you need using some of the...
Basically the input file is in SGML format and the output needs to be a well formed XML. So my inputs would be the sgm file and the stylesheet to transform it...
... You need to use a tool to convert the SGML to XML before Saxon (or any other XML processor) can process it. For example, James Clark's SX tool, part of the...
Mina, following on what Eliot says below, there is a wrapper for SX that I have published that preserves the entity declaration subset of the SGML. Look for...
Hi: I am trying to keep a table title and the table together but it does not work. I have set keep-with-next="always" for the title. What happens is if the...
... You will need to put a keep-together.within-column on the first table row. If the title plus first row won't fit on the current page, that should force the...
Hi: I was not sure how to frame the subject and question for this porblem. Basically, I am trying to read from an external XML file using document() function. ...
... You are taking a "programmer's approach" to the problem, like many of my students try to do until they learn some principles of XSLT. ... Yes ... you do...
... Ken reminds me that this isn't actually good in either XSLT 1, because 1 string acts on the node in document order, while in 2 string doesn't allow a node...
As usual this has helped me resolve my issue. This is part of a bigger issue that I have where I am filtering data. It is complicated and although I have a...
... Without knowing more of your input data and your conditions, I think I would have addressed this the same way with <xsl:number>. But I wonder why you...
... Depending on the complexity of what you're trying to do, it might be easier to implement or maintain either of these options: - Preprocess the input to do...
Altsoft announces the release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Workstation 2007 and AltViewer...
Altsoft announces the release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Workstation 2007 and AltViewer...
Hello: I am faced with a bunch of problems involving page layout and keep together for tables. I have a layout for graphics pages: <fo:simple-page-master...
Thank you for your response. I did try using entity inside the style sheet. Somehow the style sheet is not picking up the entity name. Here is the structure: ...
Hi: Is there a way to dynamically number pages in XSLFO? Suppose I have an xml: <root> <...some element...> <image></image> </root> If there is an image, then...
... Only by you triggering actual blank pages in the output that then get removed/replaced ... you cannot do arithmetic with page numbers. I'm assuming by...
Thank you for your response. Does that mean that XSLFO does not allow numbering pages dynamically? Is there any way to fo it using different page sequences? ...
... Twice now you've used the word "dynamically" so I suppose I do not understand what you are saying. In your example, you cited that the presence or absence...
Hello Mr.Holman: I did understand your answers. I apologize for repeating my questions, but they were just to clarify to make sure I understood what you were ...
I've read all over (as well as asked the question myself) and I realize there is no way to get a footer of: "Page 'current page number'/('next page number'...
... Make sure your body region bottom margin is greater than or equal to the extent of the after region. Cheers, Eliot -- W. Eliot Kimber Professional Services...
... In most cases, such overlaps are caused by a too small bottom margin for the body region. Be sure that the bottom margin is larger than the extent of the...
I decreased the extent for region-after and that worked well for me. Thanks for all your help. ... __________________________________________________ Do You...