| serhiol |
| Newbie |
|
| Paris, France |
|
|
| None Specified |
|
| Friday, February 27, 2009 |
| Saturday, August 22, 2009 8:31:10 AM |
76 [0.42% of all post / 0.01 posts per day] |
|
vlad wrote:you would be interested in getting professional answers. Yes, I already understood that this kind of answer from you is impossible to obtain.
|
|
This is not supported actually.
|
|
This behavior is not supported.
|
As nobody answered, I just can suggest myself a solution.
So, serhio, you don't should define in the CSS the "table" styles, cause the lovely StyleVision will set this styles inline in the HTML code. More that than, by default a table is created in StyleVision with the border=1 attribute, so, if you don't need them, you need to remove it every time you add a new table.
Create a special style classes in CSS for your tables, and fill with it the class property of the respective table in design mode.
Thank me very much.
|
|
As I can understand, this is impossible to generate multiple columns with list items in current version of Altova StyleVision.
|
|
As I can understand, in the current version is impossible to have a dynamic built CSS link.
|
Hello,
How can I generate a column for each element? I have an xml like:
Code:<row> <col>StraightWeb</col> <col>31</col> <col>11</col> <col>42</col> </row>
StyleVision generates:
Code:<tbody> <xsl:for-each select="row"> <tr> <td> <xsl:for-each select="col"> <xsl:apply-templates /> </xsl:for-each> </td> </tr> </xsl:for-each> </tbody>
so, it puts all the col element in the same cell (table td).
I would like just set the "col" text inside the table td, like:
Code:<tbody> <xsl:for-each select="row"> <tr> <xsl:for-each select="col"> <td> <xsl:apply-templates /> </td> </xsl:for-each> </tr> </xsl:for-each> </tbody>
It this possible?
Thanks in advance.
|
From other part, I use also Microsoft forum, there is any problem if people declare bugs.
More than that, normally, this things are welcomed, because a user feedback permits to prematurely detect and resolve bugs and have a ideea on what the final user desires.
I am not forced to fill a lot of information about me, my mail, company, phone number, dog name, mother child name, etc, etc.
|
I posted some bugs, but I can't know if is there a bug or not.
By eg. maybe there is a way to remove the listable items, and I dont know how!!?
Some of my mosts where bugs, but most of them was the concrete questions, on witch I had any ansver, unfortunately.
How to load HTML text? How to remove table Border? How to Add unchangable XSLT from design? Page number not displayed in HTML (so, how to display it)? Adding dynamic css and images (how to add a dynamic link to CSS)? Header/Footer and HTML How to automatically regenerate the XSD(DTD) file?
At most of this and other questions unfortunately, I have not obtained an answer, but I hope, however to find it.
From other part, for the bugs, this is possible that a lot of declared problems can be not bugs, and have workarounds. So, if Altova people have not an answer to my problems, maybe someone from community has.
|
Hello
In designer, properties, once setted a value that can be listed (by e.g. "align" property is a list - center, left, right, etc), we can not remove(delete) it anymore!
|
|