Search found 7 matches

by DanielCDS
Wed Aug 03, 2016 9:14 am
Forum: XSLT and FOP
Topic: Edit - Generate documentation in XSLT
Replies: 2
Views: 2010

Re: Edit - Generate documentation in XSLT

Thank you for your answer Radu.

Radu iti multumesc pentru raspuns :).
by DanielCDS
Mon Aug 01, 2016 12:34 pm
Forum: XSLT and FOP
Topic: Edit - Generate documentation in XSLT
Replies: 2
Views: 2010

Edit - Generate documentation in XSLT

How can be edited the documentation output in XSLT? The standard is : <xd:doc> <xd:desc> <xd:p></xd:p> </xd:desc> </xd:doc> and i want to display: <xd:doc> <xd:desc> <xd:p>===== =====</xd:p> </xd:desc> </xd:doc> but i can't found where to edit the template for this.
by DanielCDS
Thu May 05, 2016 10:18 am
Forum: SDK-API, Frameworks - Document Types
Topic: Xspec unit testing
Replies: 2
Views: 2181

Re: Xspec unit testing

I've done this for solving the problem: <x:scenario label="Scenario for testing template with match '@NameTitle' When processing a NameTitle attribute"> <x:scenario label="NameTitle = 'Sir'"> <x:context href="Test60%20-%20CAL.xml" select="//@NameTitle[.='Sir']"...
by DanielCDS
Tue May 03, 2016 6:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Xspec unit testing
Replies: 2
Views: 2181

Xspec unit testing

Does anyone know how to test this simple code using the XSpec in XSLT? <xsl:template match="@NameTitle"> <NameTitle Value="{if(. = ('Sir', 'Lady', 'Hon', 'R Hon')) then 'Other' else .}" Description="{if(. = ('Sir', 'Lady', 'Hon', 'R Hon')) then . else ''}"/> </xsl:templ...
by DanielCDS
Fri Apr 22, 2016 5:58 pm
Forum: General XML Questions
Topic: XSLT StyleSheet Documentation Error
Replies: 1
Views: 2974

XSLT StyleSheet Documentation Error

Not sure where to put this so...i'll post it here. If you have multiple xslt files opened and using the shortcut CTRL+ALT+X or the Tool+Generate Documentation XSLT Stylesheet Documentation you will receive for the XSL URL the path for the last xslt file open. From what i've found you can select the ...
by DanielCDS
Fri Apr 22, 2016 4:15 pm
Forum: XSLT and FOP
Topic: Bitbucket Plugin
Replies: 3
Views: 2774

Re: Bitbucket Plugin

EN: Thanks Radu for the quick answer. Probably i will try to make a plugin or continue to use the SourceTree application.

Ro. Multumesc pentru raspuns.
by DanielCDS
Fri Apr 22, 2016 3:58 pm
Forum: XSLT and FOP
Topic: Bitbucket Plugin
Replies: 3
Views: 2774

Bitbucket Plugin

En: It is a plugin for Bitbucket git? that will do the same things as SourceTree does? If not how to make one.

Ro: Exista un plugin pentru Bitbucket? sau se poate realiza unul cu aceleasi specificatii ca si SourceTree?