IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: serhiol
About
User Name: serhiol
Forum Rank: Newbie
Real Name:
Location Paris, France
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Friday, February 27, 2009
Last Visit: Saturday, August 22, 2009 8:31:10 AM
Number of Posts: 76
[0.42% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Could not remove "listable" items
Posted: Tuesday, August 11, 2009 9:40:25 AM
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.
Topic: Page number not displayed in HTML
Posted: Tuesday, August 11, 2009 9:37:44 AM
This is not supported actually.
Topic: How to Add unchangable XSLT from design
Posted: Tuesday, August 11, 2009 9:36:57 AM
This behavior is not supported.
Topic: Remove table Border
Posted: Tuesday, August 11, 2009 9:34:59 AM
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.
Topic: How to set text in table TD
Posted: Tuesday, August 11, 2009 9:22:31 AM
As I can understand, this is impossible to generate multiple columns with list items in current version of Altova StyleVision.
Topic: Adding dynamic css and images
Posted: Tuesday, August 11, 2009 9:21:04 AM
As I can understand, in the current version is impossible to have a dynamic built CSS link.
Topic: How to set text in table TD
Posted: Thursday, July 30, 2009 9:50:21 AM
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.
Topic: Could not remove "listable" items
Posted: Thursday, July 30, 2009 9:32:08 AM
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.
Topic: Could not remove "listable" items
Posted: Thursday, July 30, 2009 9:26:25 AM
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.
Topic: Could not remove "listable" items
Posted: Wednesday, July 29, 2009 2:14:47 PM
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!

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.