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: Green
About
User Name: Green
Forum Rank: Member
Real Name:
Location Dublin
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Tuesday, October 30, 2007
Last Visit: Saturday, April 11, 2009 7:17:50 AM
Number of Posts: 11
[0.06% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: XML in Localisation: case study of a Single Source model using Altova Missionkit
Posted: Saturday, April 11, 2009 7:17:50 AM
Localising xml files is pretty much straight forward. But using XML as a tool to build a localisation process on is perhaps not as common.

Single Source publishing using Altova Missionkit can be used to design a full process, from authoring in Authentic to batch publishing localised XML, RTF, HTML and PDFs all at once.

Click the link to learn more ny reading this case study at Localization, Localisation.
Topic: XML in Localisation: case study of a Single Source model using Altova Missionkit
Posted: Saturday, April 11, 2009 7:16:07 AM
Localising xml files is pretty much straight forward. But using XML as a tool to build a localisation process on is perhaps not as common.

Single Source publishing using Altova Missionkit can be used to design a full process, from authoring in Authentic to batch publishing localised XML, RTF, HTML and PDFs all at once.

Click the link to learn more ny reading this case study at Localization, Localisation.
Topic: XML in Localisation: case study of a Single Source model using Altova Missionkit
Posted: Saturday, April 11, 2009 7:14:28 AM
Localising xml files is pretty much straight forward. But using XML as a tool to build a localisation process on is perhaps not as common.

Single Source publishing using Altova Missionkit can be used to design a full process, from authoring in Authentic to batch publishing localised XML, RTF, HTML and PDFs all at once.

Click the link to learn more ny reading this case study at Localization, Localisation.
Topic: validate and check well-formedness malfunction?
Posted: Monday, March 9, 2009 1:17:09 PM
Hi,

I'm using Missionkit 2007 and I'm having a problem with the validate and check well-formedness functions in XML Spy: the buttons don't seem to work.

Validation still happens when I save a file, and catches errors when there are some, but the buttons (which would allow access to the detailed error report) do nothing anymore.

Has anyone encountered this before?

Thanks,

Nick.
Topic: Images Embedded in RTF Rather than Linked?
Posted: Thursday, September 11, 2008 12:49:27 PM
Same in StyleVision 2007...
Topic: Help with PDF design
Posted: Thursday, September 11, 2008 10:12:24 AM
Hi,

I've since fixed most of my issues, partly thanks to these classes, many thanks!

I'm still stuck regarding embedding fonts into PDf however.

Altova support can't help because it's FOP, I've looked at the Apache website but was unsuccessful.

Can anyone point me in the direction of some help/ classes etc. in this respect?

Cheers!
Topic: Help with PDF design
Posted: Wednesday, November 14, 2007 3:28:48 PM
Hi,

I have a working xml/xsd/sps setup which allows me to publish XML content into HTML.
I need the same content to be published into PDF with a number of graphical tweaks (e.g. force node to display on 2 colums at bootom of page, embed fonts, define margins etc.)

Coudl anyone point me in the direction of some Stylevision/XSL-FO tutorials or information relating specifically to this?
Topic: Nested HTML lists in Stylevision
Posted: Monday, November 5, 2007 2:35:01 PM
Solution provided by Altova Support (thanks!):

From the 'All Global Elements' section I select the 'ul' element, right-click -> 'Make/Remove Global Template'. I then drag the 'li' child of that 'ul' element in
the new global template and selected the 'Create Bullets and Numbering' option, accepting the defaults.

Next I dragged the 'ul' element from the 'Root Elements' section into the design area, selecting the 'Use Global Template' option from the resulting context
sensitive menu.
Topic: Nested HTML lists in Stylevision
Posted: Wednesday, October 31, 2007 2:52:29 PM
Thanks pvallone. Unfortunately my first post was misleading.
Numbering is not an issue, I'm working with unordered lists.

Basically I'm trying to display a list like this one:
<ul>
<li>Coffee</li>
<li>Tea</li>
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
<li>Milk</li>
</ul>

But Stylevision outputs this:

Coffee
Tea Black Tea Green Tea
Black Tea
Green Tea
Milk

I'm trying to get to this instead:
Coffee
Tea
Black Tea
Green Tea
Milk
Topic: Nested HTML lists in Stylevision
Posted: Tuesday, October 30, 2007 3:34:27 PM
I'm trying to display unordered lists in an xml file using Stylevision but cannot get pass the following behavior. Can anyone help?

XML file:
<ul>
<li>(1)
<ul2>
<li2>(1.1)</li2>
<li2>(1.2)</li2>
</ul2>
</li>
<li>(2)
</li>
</ul>

Displayed through Stylesheet:
. (1) (1.1)(1.2)
o (1.1)(1.2)
. (2)

What I would like to do:
. (1)
o (1.1)(1.2)
. (2)

Any ideas?

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