xsl-list
[Top] [All Lists]

Re: [xsl] RE: Inline Blocks?

2011-02-28 09:10:36
That is normal. XML/XSL must be welformed

Maybe you can refactor it to be welformed by using variables or some
other method.

Michel

On Mon, Feb 28, 2011 at 3:48 PM, Matthew Nehrbass 
<mnehrbass(_at_)ucg(_dot_)com> wrote:
I'm using the WYSIWYG XSL-FO editor from Ecrion, so my issues may be a 
specific to their technology.

I can't assign width to fo:inline elements
I can't seem to build tables without getting an "opening and ending tag 
mismatch". The problem is that I have something like this:

If(position =1)
-Open row
-Write table cell
If(position =3)
-Write table cell
-Close row
Else
-Write table cell

But because the rows are opened and closed inside conditional statements, I 
think the parser is giving up. Is that normal?


Confidentiality Notice: This electronic message transmission contains 
information which may be confidential and/or proprietary. If you are not the 
intended recipient, be aware that any disclosure, copying, distribution or 
use of the contents of this information is prohibited unless permission has 
been granted by the sender to forward it. If you have received this 
electronic transmission in error, please let us know by reply and then delete 
it from your system

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>