Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged xslt

0 votes
876 views
1 answer
    Here's the sample data: <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> < ... to exclude certain child elements. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    I have this simple code: <xsl:for-each select="GroupsServed"> <xsl:value-of select="."/>,<br/> </xsl:for-each ... solve this? I'm using XSLT 2.0 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
351 views
1 answer
    <a> <xsl:attribute name="href"> <xsl:value-of select="/*/properties/property[@name='report']/@value" ... addition to the report property value See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
409 views
1 answer
    I have the following value in my XML -1.8959581529998104E-4. I want to format this to the exact number it ... NaN. Any ideas? Cheers Andez See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    I am using XSL FO to generate a PDF file containing a table with information. One of these columns is a ... be greatly appreciated. Thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
346 views
1 answer
    Both xsl:for-each and xsl:template are used to retrieve nodes from xml in an xsl stylesheet. But what is the ... guide me. Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
775 views
1 answer
    I need to process XSLT using python, currently I'm using lxml which only support XSLT 1, now I need to ... use saxon XSLT processor with python? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
412 views
1 answer
    I am trying to add an attribute to the node if the child node value is equal to some string. I have a ... to all the matching nodes. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
344 views
1 answer
    So currently I'm doing some XML-> XSLT-> (HTML5/CSS3) work. Right now I have a menu.xml file, and I' ... and pasting it or simply embedding it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    I'm trying to group the input below by the destination and assortment values using muenchian-grouping which is ... Help is very appreciated! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    @Oded: Sorry to have been poor in my exposition... My input document has a fragment like this: <recordset name= ... Someone has a hint? Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    I have a xml fragment like below <Detail uid="6"> <![CDATA[ <div class="heading">welcome to my page</div> <div ... how I can do that in xslt 1.0 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I have an XML document something like ::: <?xml version="1.0" encoding="utf-8"?> <?mso-application progid=" ... get the 'select' to match Row? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    <ArticleBackmatter> <Heading>Ethical standards and patient consent</Heading> <Heading>Ethical standards and patient</ ... the Heading node. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    Using XSLT 1.0, I'm trying to essentially create a small node set and then pass it as a parameter to a ... can I achieve this sort of thing? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I would like to add some CDATA tags around some xml tags XML source is (it's only a small part of ... 't succesfull. Best regards, Guillaume See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
915 views
1 answer
    I am having a difficult time trying to do something that seems like it should be really easy to do. I basically ... what I am trying to do? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I have a xsl file where i need to use parameters from an external source. I am using Java and my ... setParameter method supposed to be used? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    Using a XPath query how do you find if a node (tag) exists at all? For example if I needed to make sure a ... /html/body and /html/head/title. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...