Search found 5 matches

by tAnd
Tue Mar 26, 2019 1:27 pm
Forum: XSLT and FOP
Topic: XSL choose several
Replies: 1
Views: 1314

Re: XSL choose several

it should be said i am working in xsl:stylesheet version 1.0 encoding utf-8
by tAnd
Mon Mar 25, 2019 5:59 pm
Forum: XSLT and FOP
Topic: XSL choose several
Replies: 1
Views: 1314

XSL choose several

I am currently stuck at a problem with xsl. Example: XML: <Idoc> - <invoice01> - <asd>000010</asd> - <jkl>12</jkl> - </invoice01> <Idoc> The problem is that i have around 100 files with different information in <asd> and i want to differentiate by that value. xsl: <xsl:stylesheet> <Order> <xsl:for-e...
by tAnd
Wed Jan 16, 2019 4:22 pm
Forum: General XML Questions
Topic: format-date
Replies: 3
Views: 8249

Re: format-date

Yes i figured that out. But the question is then - how should i do it in xslt 1.0?
by tAnd
Tue Jan 15, 2019 5:23 pm
Forum: General XML Questions
Topic: format-date
Replies: 3
Views: 8249

format-date

Hello I have created a 1.0 stylesheet but i need the IssueDate to be in the form of YYYY-MM-DD. Now it is YYYYMMDD. I have tried using <xsl:template match="IssueDate"> <td> <xsl:value-of select="format-date(.,'[Y0001]-[M01]-[D01]')"/> </td> </xsl:template> but it doesent work. An...
by tAnd
Thu Dec 20, 2018 3:52 pm
Forum: XML Schemas
Topic: Schematron
Replies: 1
Views: 2369

Schematron

I am fairly new to schematron.
I have created a schematron and run it with the meta stylesheet. This validation file is then run with the xml that needs to be validated, but it gives me an empty result in .html format? Anyone who can explain?

Thanks in advance