0
votes
1answer
39 views

How to limit the values in a file using xsl?

I had a file in which there are many values.I want the values of a particular field to be limited to 4 character. example: file1.txt: aaaa ajhjoaaaaa aaaljlaaaa suygfhjhbj jkjaaaaaaa aajeifgreaaaa ...
0
votes
0answers
39 views

Grouping in Mule to write to different files

I'm using MuleStudio to pull data from a database using JDBC. I'd like to write to different XML files depending on the records. Is there any way to use an aggregator to do this? My data looks like ...
0
votes
1answer
65 views

Aggregate by certain characteristic in Mule using XSLT

I'm using Mule to pull info from a database and format it like this - <item> <id>1</id> <group_id>1</group_id> <color>blue</color> ...
0
votes
1answer
128 views

Unit testing is not working with XSLT tansformer

I have written unit test cases to test the message processors individually in my mule flow. But the unit test fails with error org.mule.api.transformer.TransformerMessagingException: Property ...
1
vote
1answer
151 views

Unable to access xsl file from jar file (Mule)

I have been facing trouble accessing an xsl file located inside a folder in jar file. I need to get this working in mule-config file. As given below I need to access an XSL file from a filder inside ...
2
votes
0answers
100 views

How to capture the output of XSLT's xsl:message in Mule

I've an XSLT to transform XML in Mule 3.3.0 application. I've to stop processing and throw an error if data is not in conformance to requirements. I am using beloe code to achieve that. ...
0
votes
1answer
244 views

Passing XSL file in classpath to XSLT Transformer

I am trying to pass the XSL file which is located in the classpath to Mule XSL-T transformer in my flow. Bit it is giving me error. <mule-xml:xslt-transformer maxIdleTransformers="2" ...
0
votes
1answer
136 views

How to use schema aware XSLT processor in Mule 3.3 application

I intent to validate input xml and output xml from my xsl stylesheet. I am following this developerworks post to do that. When I try to run my application through Mule Server, it fails with following ...
0
votes
2answers
367 views

Adding two xmls. Working with XSLT transformer

I am looking for solution for a scenario which is troubling me a lot. I am working on mule 3.3. I have some incoming XML and a second XMLcoming from the enricher. Now the xml from the enricher is ...
0
votes
1answer
231 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
2answers
87 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 ...
0
votes
1answer
109 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
1answer
217 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
91 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
69 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 ...

1 2
15 30 50 per page