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: Kwolo666
About
User Name: Kwolo666
Forum Rank: Member
Real Name:
Location Piła
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Wednesday, May 20, 2015
Last Visit: Wednesday, May 18, 2016 10:37:40 AM
Number of Posts: 12
[0.07% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: RaptorXML: XML to XML
Posted: Wednesday, May 18, 2016 10:37:40 AM
Cool, Thanks !
Topic: RaptorXML: XML to XML
Posted: Wednesday, May 18, 2016 8:54:03 AM
Do you know if Raptor can handle an XSLT that transforms XML to XML?
Topic: Cannot load license from LicenseServer
Posted: Friday, November 13, 2015 12:46:21 PM
Hello,

I have some problem with execute Raptor in new server. I have license - it is activating in licenseserver.

But if I execute below in command line:

"raptorxml xslt --input=C:\TmpReports\tmpXml --output=C:\TmpReports\foFile.xml C:\TmpReports\tmpXslt"

I get such a error:

"Error: Cannot load license from LicenseServer ('["localhost"]').
There were no available licences for this product..
There were insufficient licenses for this product. Licences for 4 cores are required or limit the product to single thread execution.
There was a problem communicating with the LicenseServer at thee address ('["localhost"]')"

Do you have some idea how to resolve this problem?
Topic: Convert sps to xslt with maven
Posted: Thursday, October 29, 2015 11:27:39 AM
Hello, i have the same question: create api to automatic convert sps to xslt file. Is it possible?
Topic: New line character in Altova (problem)
Posted: Thursday, September 17, 2015 11:55:42 AM
But I want to add this new line not in StyleVision but in based XML, for example:

<Name>Michael
Tester</Name>


When I read this XML in Altova - StyleVision doesnt recognize new line...
Topic: New line character in Altova (problem)
Posted: Thursday, September 17, 2015 8:55:46 AM
Hello!
I have problem with executing new line in Altova.
I tried to add to the XML node following things:

<br/>;
&lt;br /&gt;
&lt;br&gt;
&#xA;
<![CDATA[blablabla.
blabla.]]>


Above characters don't function in altova. Altova don't create new line.
Do you guys have some idea how represent new line in Altova?
Topic: C# -> RaptorXML -> PDF
Posted: Thursday, May 28, 2015 1:47:07 PM
Hello everyone!

I have problem with dynamically generating PDF based on XML/XSLT.
In Altova StyleVision (Design) there are no problems with this. Generated report looks properly and transparently.

The problem is when i try to generate PDF in my program (VS 2013 [C#]). I use RaptorXML for processing XML and XSLT. When I get new source XML i use it with IBEX library for generating PDF report. Generated report looks no good, for example: logo hides under the captions, lines are thicker, there is a new blue inscription of IBEX and more...

What do you suggest me for generating PDF reports based on XML created by RaptorXML (Altova).
Topic: Errors running generated XSLT when using Altova funtions
Posted: Thursday, May 21, 2015 8:54:46 AM
Thanks for the request.
It's strange because other altova's functions Saxon can see, like: "altovaext:get-width-and-height-from-image-data" or "altovaext:get-base-output-uri". There is only problem with the "generate-auto-number". Ok, I will try this Raptor :)
Topic: Errors running generated XSLT when using Altova funtions
Posted: Wednesday, May 20, 2015 4:12:42 PM
I have the same problem with the function: generate-auto-number.

First of all I generated XSLT for World 2007. There is some phrase like that:
..............
<xsl:variable name="tempValue" as="xs:string" select="altova:map-preview-filepath( concat( $SV_GeneratedFileNamePrefix, &apos;_SVGeneratedImage&apos;, &apos;_&apos;, altovaext:generate-auto-number( &apos;sv_generatedimage&apos;, 1, 1, &apos;&apos; ), &apos;.png&apos; ) )"/>
<xsl:sequence select="$tempValue"/>
<xsl:if test="not( string( $tempValue ) )">
<xsl:message select="'Error: generated file name is empty.'" terminate="yes"/>
</xsl:if>

.............

Then in the Visual Studio with the help of Saxon I made a following fragment of code:

Processor saxonProcessor = new Processor();
XdmNode input = saxonProcessor.NewDocumentBuilder().Build(new Uri(xmlPath));
XsltTransformer transformer = saxonProcessor.NewXsltCompiler().Compile(new Uri(xsltPath)).Load();


And I receive error like this:

"Cannot find a function a matching 4-argument named (.........) generate-auto-number()"

Can somebody help with this?

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