Tagged Questions
1
vote
1answer
54 views
Russian doll to Venetian blind xsl tranformation
I have been trying to write an xslt transformation to convert 'Russian doll' style xsd into 'Venetian blind' one.
I have written something but that does not work exactly as I intended.
so I have the ...
0
votes
2answers
59 views
using xsl:param variable in xs:schema element output
I am trying to output the following line from an XSLT script. It is the first line just after xsl:template match="/". What I am trying to do is to transform XML document into an XML schema and need to ...
0
votes
1answer
25 views
Need to transform values from a list into an attribute based on a set of rules
I have an XML transaction that has a container element (PURCHASELIST) that contains repeating DOLL elements, containing a NAME attribute (in this case, one NAME says "KEN" and one NAME says "BARBIE".
...
1
vote
2answers
52 views
Why am I getting error loading stylesheet: XPath expr. failed (XML error with XSD and XSL files)?
On Firefox I get Error loading stylesheet: Processing of XPath expression failded. but in Chrome nothing is showed.
objectshop.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet ...
0
votes
2answers
75 views
Modify web.xml With XSLT And Maintain Schema Validity
I've been searching for a way to check for the existence of a specific "servlet-mapping" in a Web application deployment descriptor (web.xml) and add it if not found while maintaining Schema validity ...
0
votes
2answers
119 views
transform XML object with XSLT to already existing XML object with C#
I have an XML document deserialized (an object contains the data). Now I am using an XSLT transformation file to create a new XML document.
transform(myXmlSourceObject, XSLT, output);
The variable ...
0
votes
2answers
116 views
Use of XSD Duration type, using XSLT to out put value to normal duartion format
I am storing a duration in my XML, in my Schema I have set this as a duration type:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
...
0
votes
2answers
188 views
Transforming a XML according to a XSD using XSLT
I would like to create a XSLT that can transform a XML so that all of the elements and attributes that is not defined in the XSD is excluded in the output XML (from the XSLT).
Lets say you have this ...
0
votes
1answer
169 views
Multiple <xsl:template match in .xslt file in mule
I use these codes for hiding my methods in my XML(WSDL) file:
<xsl:template match="wsdl:operation[@name = 'GetCityWeatherByZIP']" />
<xsl:template match="wsdl:message[@name = ...
0
votes
1answer
68 views
if condition for making hide some part of xml(WSDL) file in .xslt in mule
this is my .xslt file :
<?xml version='1.0' ?>
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
...
0
votes
0answers
69 views
if-condition for remove some part of XML(WSDL) file in .xslt in MULE?
I want to remove some part of my XML(WSDL) file by puuting and checking ip-address. for this issue in .xslt file I want to check this condition that if $remoteClientAddress != my-ip-address then ...
0
votes
1answer
51 views
Remove extra part in remoteClientAddress string in .xslt in MULE server 3.3.0 CE?
In my configuration.xml in MULE server 3.3.0 CE, I pass MULE_REMOTE_CLIENT_ADDRESS to .xslt file, below I copied my codes :
<logger
...
0
votes
1answer
123 views
if -else condition in .xslt file in MULE
In my configuration.xml in MULE server 3.3.0 I pass MULE_REMOTE_CLIENT_ADDRESS to .xslt file, below I copied my codes :
<logger
...
0
votes
0answers
113 views
xsl code to convert complex XSD/XML to csv. XML have repeating parent tags.
XSl file needs to be developed for xml. below xsd code for the xml. using the xsl the xml data is transformed into csv.
XSD code:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema ...
0
votes
2answers
72 views
schema-element() for SequenceType on xsl:variable with literal result element
I'm trying to understand how schema-element() works when used as a SequenceType with literal result elements. This is my stylesheet
<xsl:stylesheet
version="2.0"
...
0
votes
2answers
72 views
How to pass a logger message value to .xslt file in mule
In configuration.xml file I implemented a flow for publishing out a wsdl, during the way I put a logger that return Client's IP address. this is my code:
<logger ...
1
vote
1answer
53 views
Can XSD be used to define an inline stylesheet? (Force a node to use a particular namespace.)
I am trying to build an XSD which constrains a particular node to be an "inline" stylesheet.
It would probably look something like this:
<complexType name="InlineXslt">
<sequence>
...
0
votes
1answer
79 views
Add Authorization role to access an XML(WSDL) file by using xsl
I have a WSDL and I want to add permission on it that all people can't see all the methods on it:
<wsdl:types>
...
</wsdl:types>
<wsdl:message>
...
...
0
votes
1answer
69 views
IP permission in .XSLT file for seeing XML(WSDL) file?
I have a XML(WSDL) file that I want to manage it by using .XSLT file. I want to set IP permission in my .XSLT file for seeing some part of WSDL that some restricted IPs can see some part of my WSDL.
I ...
0
votes
2answers
205 views
Delete s:element attribute-values in XML(WSDL) file?
I want to in my XML (WSDL) file remove s:element between tag:
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://ws.cdyne.com/WeatherWS/">
<s:element ...
0
votes
2answers
93 views
Issue During creating XSL file from XML
I have a table structure like this
----------------------------------
id | name | parent_id
------------------------------------
1 | root_category | Null
2 | Appare | 1
3 ...
1
vote
2answers
92 views
Does “xsl:apply-templates mode”Copy" copy the whole node, or just the data?
I have the following XSLT element:
<xsl:template match="Product">
<product>
...
<xsl:if test="string-length(PerProductShipping) > 0">
...
1
vote
6answers
217 views
Formal or Practical XML Tag Length Limit?
I've not managed to find any mention of a limit to xml tag length on the web. I'm looking to build XML Schemas that act as a specification for 3rd parties to send data to us.
The Schema (and the ...
0
votes
1answer
55 views
XML to XSL transform
I'm a newbie at XSL / XML. I would like to make a simple XSL of the below XML code, that just shows the attributes name and adress? I have most of the XSL but I can't write the part where it shows my ...
1
vote
3answers
91 views
Why is the “maxLength” attribute in an XSD not restricting the number of characters returned?
I have an XSD element defined as the following:
<xsd:simpleType name="string1500">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1500" />
...
1
vote
1answer
255 views
XSD to HTML Form
I’ve been tasked with building a web-based interactive SDK to speed up client-side development for our RESPful Web Service APIs. Part of the solution requires an engine that can read an XSD and ...
2
votes
2answers
152 views
XSD with inline namespaces
We have a hosted application called Camstar. It provides SOAP webservices built around WCF.
I have a payload that work. I can invoke the web service from SoapUI using the payload below.
...
0
votes
0answers
53 views
Create web from xsd containing choice
We've got a complex XSD which has choices, nested choices (atleast to 3 levels), sequence & elements. We are developing an java application that would generate Web forms from the given XSD.
...
3
votes
2answers
136 views
Automatically generating XML schemas using XSLT
Following this tutorial I've refactored my 733 line schema into 16 separate files or sub-schemas, each with its own namespace. Now the top level schema is just 77 lines. The plan is to use these ...
-1
votes
2answers
80 views
Linking XSD XML XSL
I have 3 files movies_sch.xsd, movies_style.xsl and movies.xml.
Can anyone please suggest the linking/href or the namespace tags for all 3 so that I can get all 3 working together.
Code snippets can ...
0
votes
2answers
64 views
xsl defining in xml
My first few lines in movies.xml are as follows :
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="movies_style.xsl"?>
<movies
...
0
votes
2answers
176 views
xsl stylesheets to create xml documents based on xsd schema and data
What is the suggested approach to a following problem, which seems to be quite common to me.
We need to generate the xml document for which we have a schema, xsd file. Our application generates the ...
0
votes
1answer
52 views
Why is this XSLT returns nothing for the XML values?
After applying the XSLT to the XML,I want to display the item name and description from the XML, I only have the table headings displaying, seems name and description from the XML did not get picked ...
1
vote
1answer
136 views
Match nodes inheriting from type in XSLT
We have an XSD which defines the following:
<xsd:element name="Product" type="cm:Product" abstract="true" />
<xsd:complexType name="Product" abstract="true">
<xsd:sequence>
...
-1
votes
1answer
720 views
Create XSLT from Schema (XSD) files [closed]
I want to create XSLT files from XSD files for transforming XML files to be valid (against XSD). I have 12 XSD files and more than a thousand XML files using them. If I make a change to XSD files I ...
0
votes
1answer
80 views
Using recursive xsl files
I have been developing two xsl (say for example A and B) files. A.xsl is dependent on B.xsl. And in B.xsl file, I was hard-coding some elements and after that it should depend on A.xsl. Is there ...
1
vote
1answer
109 views
How to loop through each value
So I have this .inc file which has a set of <li> elements like
<li class="closed"><a title="x" href="x.html">x</a></li>
<li class="closed"><a title="y" ...
0
votes
1answer
127 views
XSLT transform to multiple complex types within for loop
I have a requirment to transform a XML with the below structure
<CustomerStatements>
<CustomerStatement>
<Name>ABC</Name>
<ID>1</ID>
...
0
votes
2answers
676 views
How can I convert XSD to XSLT?
I have an XSD schema and I would like to convert it into an XSLT stylesheet that copies the elements represented in the XSD schema.
The reason is because I want to extract only the elements ...
0
votes
2answers
199 views
XSLT loop over a set of files in the directory?
I have a situation where I have a directory full of xsd files that need conversion done to them generate a output file for each of them. I have my stylesheet operating on a single document fine, but ...
3
votes
1answer
542 views
Extracting data from XSD in XSL
I am transforming an XML file that needs to generate some elements based on the valid enumeration options defined in the XSD.
Suppose I have an XSD that declares a type and an element something like ...
0
votes
3answers
195 views
Combine XML and XSD files
I have following XML file:
<my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2012-05-05T12:20:38">
<my:Text1></my:Text1>
<my:Group>
...
0
votes
0answers
163 views
Exceptions transforming WSL schema using XSOM
I have two XSD files that I need to parse. Plus one wsdl file with an inline schema. I am using XSOM to parse all three files. The "XSD" files get parsed correctly. But , when I try to transform the ...
0
votes
2answers
205 views
Processing xsd with xsl without namespaces
I have a problem with processing xsd using xsl. My xsd file begins:
<schema targetNamespace="http://www.bleble.com"
xmlns="http://www.w3.org/2001/XMLSchema">
<complexType name="blabla">
...
0
votes
2answers
118 views
Filter XML with XSD
I've got an XML and its XSD file. So, the XSD says which are the required fields of the XML and I need to extract just them - basically a new XML with only the required fields (frankly, I need the ...
0
votes
1answer
141 views
Data types in xslt
I am developing a json parser to xml using xslt transformer, thatis the output is type text. However does not provide the output data types.
For example, the input xml has data that are string or int ...
3
votes
3answers
202 views
XSD regex: Why is this not working when parsed into HTML with an XSLT?
I have an XML file that is "well formed and valid" (matched with an XSD schema, tested at http://xsdvalidation.utilities-online.info/).
I am using these lines of code in the XSD to restrict the XML ...
0
votes
1answer
184 views
XSL namespace issue
I have an XSL that is transforming one XSD into another XSD that has slightly different formatting. (Basically, the target file will be normalized). The other major difference in the target is adding ...
0
votes
2answers
197 views
dynamic HREF attribute by XSLT
Can anyone plese advice how I can have dynamic HREF attribute in the place of http://abc.com by XSLT in following code snippet?
<xsl:for-each select="MenuItems/mainmenu">
<a ...
1
vote
1answer
885 views
counter variable in xslt for each
Can anyone please advice how can I have value of i in the following XSLT code please?
<xsl:for-each select="MenuItems/mainmenu">
<xsl:variable name="i" select="position()"/>
...
