Questions tagged as 'xsl'

0
answers

Is there a way to apply a xslt two xml with different tags?

I explain myself better, the question I have is if I can apply an XSLT to two XML that have certain tags with different names. An example first Xml <Persona> <Nombre>Sebastián</Nombre> </Persona> second XML...
asked by 12.06.2018 / 17:50
2
answers

IF sentence in xsl

I find myself making an if statement when the data is empty. this is the XML document ' <?xml version="1.0" encoding="utf-8"?> <document> <fields> <field id="HCR_S2_1_DIRECCION_PROPIEDAD" type="STGString">Avenida...
asked by 20.09.2018 / 14:24
0
answers

Blank spaces Calc to xml

I am using an .xsl file as an export filter to convert an Open Office Calc file to xml. One of the fields is the DNI, which in the calc is like D (two blank spaces) XXXXXXXXX. The problem is that when exporting to xml the two blanks become one....
asked by 05.12.2018 / 13:53
0
answers

Limit from 1 to 30 in an edit (xsl)

I have an edit in XSL and I just want to be able to write from 1 to 30 but I can not find how to do it. I have tried with the min and the max but I see that you can not. Any help? Thanks in advance. <widget size...
asked by 23.10.2018 / 15:54
0
answers

XSLT only returns closing tags

I have the following files but I am testing it in:    link But it returns me wrong the document does not work. XML <?xml version="1.0" encoding="ISO-8859-1"?> <ExternalSeach> <Results> <Company>...
asked by 23.08.2018 / 19:23
0
answers

meter html in XSL

I am writing an XSL file and the question I have is if I can modify the values of html with variables xsl, for example <div id="menu"> <ul> <xsl:for-each select="recursos/infoCategoria/descendientes/categoria"> <xsl:so...
asked by 22.05.2018 / 19:36
0
answers

XSL: If you perform a data validation and modify this data

I must admit that I do not deal with XSL, so I ask for help to understand and understand what I must do to obtain a value different from the one delivered by the XML. I require that the value 1 be modified to "Includes" and if the value is 2 a D...
asked by 26.04.2018 / 17:55
0
answers

I have an XML, problems to get the XSL

I have this XML and this photo, and I have to take out an XSL so that the XML looks like the photo, do you have any idea how to do it? Some help? I'm pretty lost ... <?xml version="1.0" encoding="utf8"?> <taldea kodea="IS-31">...
asked by 27.04.2018 / 10:26
1
answer

Access parent node of dynamic table in xslt

I have the following xml structure: <pago10:Pagos Version="1.0"> <pago10:Pago FechaPago="2017-09-09T12:00:00" FormaDePagoP="03" MonedaP="MXN" Monto="14000.00" NumOperacion="012180004457813372" RfcEmisorCtaOrd="BBA830831LJ2" NomB...
asked by 13.02.2018 / 01:21
1
answer

Switch from XML or XSD to Java class? [closed]

Good! I need to pass an 'XSD' document, or XML to java classes and vice versa, it has to be using SAX, does anyone know how?     
asked by 04.10.2017 / 18:39