| chrisu |
| Advanced Member |
|
| Vienna |
|
|
| None Specified |
|
| Wednesday, December 27, 2006 |
| Monday, June 16, 2008 11:04:25 AM |
31 [0.17% of all post / 0.00 posts per day] |
|
hello céline,
the validation fails because the code in the custom library is not compiled in current versions. according to my sources this will be available in one of the next releases.
regards, Christophe support engineer
|
hello ben,
svg is currently not supported in StyleVision.
regards Christophe support engineer
|
hello rodney,
conditions around table rows are not possible at the time being. As a workaround, you can make each row an individual table and put the condition around it. With styles, you can make it look like a whole table.
regards Christophe support engineer
|
Hello !
An if-else construct can only take values as input, not complex nodes.
Btw, an if-else wouldn't allow you to map either to one output or to an other. only a filter can do that.
Best regards, Christophe Support enigneer
|
You can also do this using XPath expressions in autoValues.
Such an expression could look like the following:
concat(count(../../preceding-sibling::node())+1,'.',count(../preceding-sibling::node()) + 1, '.',position())
for the expression preceding subsection in a structure like this: -book --chapter ---section ----subsection
= 1.3.2 (subsection title)
Christophe support engineer
|
Please submit a request in the support form and also attach relevant files (sps, xml, xsd). It's hard to say what happens here without the StyleVision design. Thanks !
Christophe support enigneer
|
Hello Padma,
If you are new to DTD and would like to learn about it, I'd very much recommend the tutorials at http://www.w3schools.com/ .
Christophe support engineer
|
sheilamc wrote:How do I select a view that I created instead of a table? It is not showing up in the list when I connect to the database.
In the dialog where you select the tables for the mapping, there you also find views for selection (right below the 'Tables' folder).
Christophe Support engineer
|
Hello Gerhard,
This is currently not possible, but extended run methods in the upcoming release (v 2008 r2, mid to late april) will include the ability to have data streams as input and output.
Christophe Support Engineer
|
Hello,
This sounds like the background image is assigned to the table cells. In that case, even if there is a background image assigned to the table, the table cells background image is overlaying the background of the table.
It would be easiest to work with a DIV in this case. Assign a background to the DIV and position the form elements relativ to the DIV. For PDF output, you may want to use DIVs looking like form fields.
best regards,
Christophe support engineer
|
|