Author |
Message
|
Gideon |
Posted: Fri Jan 29, 2010 11:56 am Post subject: XSL Mapping Tool |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I am using WMB 7, I have developed ESQL several times, but have only once developed a short XSLT on another product.
I have been directed to write a flow using XSL
I have a complicanted XML and XSD with repeating structures. I created a message set from the XSD.
I am looking for a mapping tool from within WMB that will map the XML and then write the XSL for me, Does this exist from within WMB
I tried going to the following:
Code: |
File->New->Other->XML->XSL |
but this only brings up an editor, not a mapping tool
I examined the Mapping Node, but this does not seem connected to XSL.
Is there a way from within WMB to perform mapping and then to generate an XSL that can be used by the XSLT node ?
Thanks |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 29, 2010 12:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
AFAIK no. But that may have changed with V7. Check the docu.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Jan 29, 2010 2:14 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I use an external XSLT Mapper.
http://www.stylusstudio.com/xslt_mapper.html
works in a similar way to the mapping tool in broker. I guess that any graphical mapping tool would work that way though. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Gideon |
Posted: Mon Feb 01, 2010 1:46 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
smdavies99:
Thanks for the help. I examined the product. It seems to do lots of xml conversions, and I can load the schemas into maps.
However, I can not find a way to map one schema into another, thereby creating an XSLT
Is that what the product does ?
Does anyone know of any other software that might perform this function ?
Thanks |
|
Back to top |
|
 |
Gideon |
Posted: Mon Feb 01, 2010 3:25 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Does anyone know if the Transformation Extender will do this function, and if it connects to WMB easily ? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 02, 2010 4:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
WTX will help you do transformations using WTX. It won't really help you author XSLT.
Unless you know for a fact that you need to deploy the same transformation to multiple XSLT based transformation engines, you're much better off with Broker using ESQL, Java, or it's Mapping node. Performance will be better. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Feb 02, 2010 7:21 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Gideon wrote: |
smdavies99:
Thanks for the help. I examined the product. It seems to do lots of xml conversions, and I can load the schemas into maps.
However, I can not find a way to map one schema into another, thereby creating an XSLT
Is that what the product does ?
Does anyone know of any other software that might perform this function ?
Thanks |
I think they will let you d/l a trial version or better still, why not ask the people at stylusstudio if it will do what you want? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|