xslt
Is it possible to build an XML document from a list of XPath values and the XML XSD?
I have a list of name/value pairs that I would like to map into an XML document.My idea is this, assign each of the names an XPath like this:[详细]
2023-04-12 07:56 分类:问答.net XSLT to create worksheets
I am trying to export a lot of data to excel. I need a possibility to separate the data between different wor开发者_如何学运维ksheets.[详细]
2023-04-12 06:40 分类:问答Display repeated tags in XSLT?
I am working with a CV project using XML for storing CVs, using XSLT and Java to transform it to HTML.[详细]
2023-04-12 05:08 分类:问答Change in the rootnode
Old Input xml: <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <SalesOrder> <SalesOrderHeader>[详细]
2023-04-12 04:52 分类:问答Repeating a block of TAGs in XML using XSLT
I have another query, which I tried but can\'t get it done... Below is the XML Code - <Main> <Region>[详细]
2023-04-12 04:38 分类:问答how to call external java function in xslt file?
I have this xslt file that I need to call a java function placed somewhere else in the same application.[详细]
2023-04-12 03:43 分类:问答DOCX table to xml using XSL
I have a docx file with a working-schedule table like so: monday | tuesday | wednesday | thursday | friday | saturday | sunday[详细]
2023-04-12 03:29 分类:问答Converting RSSTV XML with XSLT
I am trying to transform RSSTV XML using XSLT. The problem I am having is that I need the XML to look like this:[详细]
2023-04-12 02:51 分类:问答XSL Transformation Choose only the elements under the root tag without child nodes
I have a XML file like following and i want to select only the rootelements and no child elements with a match template.[详细]
2023-04-12 02:31 分类:问答How to replace string with an element using XSLT
How can I replace a string with an XML element using XSLT 1.0? Source: <body>This has a keyword and may have another keyword</body>[详细]
2023-04-12 01:02 分类:问答