Questions tagged as 'xslt'

3
answers

C # update XML based on another XML

Today I have the following XML structure: <ROOT> <TES IDTES="4780" IDPES="17522" /> <TES IDTES="6934" IDPES="12343" /> <TES IDTES="4781" IDPES="17523" /> <TES IDTES="6935" IDPES="12344" /> </ROO...
asked by 16.04.2014 / 22:23
2
answers

XSL does not enter the correct condition

I have the following condition: <xsl:when test="$Rows[1]/@Style='Resultado-Lista'"> <ul> <xsl:for-each select="$Rows"> <li> <a href="/{@FileRef}" title="{$Data} - {@Title}"> <xsl:ch...
asked by 26.05.2014 / 15:29
2
answers

how to display images with xsl with the img src of the xml file

I have for example the XSL code: <xsl:for-each select="//*"> <xsl:for-each select="imagem"> <img> <xsl:attribute name="src"> <xsl:value-of select="."/> </xsl:attribute> </img...
asked by 01.04.2014 / 21:00
0
answers

Image link in XML

What I need: Use an image contained in a link published on the internet. Apply a URL located inside my bank. <xsl:for-each select="/Msg/Props/"> <table> <tr> <td align="center" valign="top" width="200">...
asked by 27.05.2015 / 16:49
1
answer

How to convert XSLT to an XSD?

It has two files one xslt and I need one xsd. is it possible to convert / convert xslt to xsd?     
asked by 20.04.2018 / 19:43
1
answer

Column break in table

I need to create a table of items that comes from a foreach XSLT to HTML, every four lines break into a new column, an example follows: Codeexamplethatdoesnotbreakbycolumn<table><xsl:for-eachselect="documentoEstoque/epi">...
asked by 12.11.2018 / 18:20
1
answer

How to catch parameters by XSL?

I'm modifying a form in Sharepoint and I want to get the parms that are being passed in the url, does anyone have a suggestion? <xsl:element name='a'> <xsl:attribute name='href'> http://smallserver:777/tools/geraDoc2.aspx? <...
asked by 29.07.2014 / 21:23
0
answers

Export report made in XML and XSLT to Excel

I'm having trouble exporting a report I've developed in XML and XSLT ... I already exported the simple report made in HTML, but this week I started studying XSLT and I ended up with the problem to export to Excel. In order to reuse the log...
asked by 02.10.2015 / 14:38
1
answer

XSL read file names from a folder

I have the following file structure in a folder: -PASTA_XYZ - file1.xml - file2.xml - file3.xml - index.xml I would like the index.xml file to return the name of the files in this folder, but I am having difficulty with the FOR-EACH...
asked by 15.05.2014 / 17:35
0
answers

XSD error with tag types

When building code : <types> <xs:schema targetNamespace="urn:sigiss_ws"> <xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <xs:import namespace="http://schemas.xmlsoap.org/wsdl/"/>...
asked by 24.04.2018 / 00:46