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: chrisu
About
User Name: chrisu
Forum Rank: Advanced Member
Real Name:
Location Vienna
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Wednesday, December 27, 2006
Last Visit: Monday, June 16, 2008 11:04:25 AM
Number of Posts: 31
[0.17% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: custom java library : mapping validation failed
Posted: Tuesday, June 3, 2008 12:24:46 PM
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
Topic: Using SVG images in a pdf
Posted: Tuesday, June 3, 2008 12:22:00 PM
hello ben,

svg is currently not supported in StyleVision.

regards
Christophe
support engineer
Topic: table row condition
Posted: Tuesday, June 3, 2008 12:20:53 PM
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
Topic: if-else
Posted: Friday, May 9, 2008 6:20:43 AM
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
Topic: Numbered headings
Posted: Tuesday, April 22, 2008 9:20:33 AM
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
Topic: PDF content truncation
Posted: Tuesday, April 22, 2008 7:08:31 AM
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
Topic: Creating a DTD
Posted: Wednesday, March 26, 2008 5:34:26 AM
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
Topic: Using Views instead of Tables to create xml files
Posted: Wednesday, March 19, 2008 8:23:53 AM
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
Topic: Using MemoryStream into code
Posted: Friday, March 14, 2008 9:04:48 AM
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
Topic: Background Image for PDF
Posted: Wednesday, March 12, 2008 10:35:30 AM
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

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