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
890 views
1 answer
    Some colleagues and I were comparing past languages we had programmed in and were talking about our experience with ... a 1-based index? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have a string "aa::bb::aa" and need to turn it in to "aa, bb, aa" I have tried translate(string,':',', ') but this returns "aa,,bb,,aa" How can this be done. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
786 views
1 answer
    I need to save content that containing newlines in some XML attributes, not text. The method should be ... encoding method? Please suggest/give some ideas. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
889 views
1 answer
    I am new in XSLT so I'm little bit confused about the two tags, <xsl:apply-templates name="nodes"> and < ... > So can you list out the difference between them? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    i am using xmllint (xslt 1.0) to query documents for nodes having count > 1. based on the below, i ... :https://stackoverflow.com/questions/65835670/count-of-duplicate-xml-nodes...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    UPDATE : example and add some information. I have to sort out the number below in numerical order in XSLT ... .com/questions/65842147/xslsort-sorting-double-digit-by-numeric-value...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    In my XSL script I have the following: <body> <xsl:for-each select="MeetingWorkBook/Meeting"> <xsl:apply- ... how-can-i-simply-assign-an-incrementing-value-beginning-with-1...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    In the example below we are trying to convert XML data into an HTML <table>: INPUT XML: <?xml version= ... :https://stackoverflow.com/questions/65889989/convert-xml-text-into-table...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    I have this snippet in my XSL file: <script type="text/javascript"> <![CDATA[ function clearSelection() { if (document. ... /how-can-i-embed-a-xslvalue-of-result-into-a-cdata-block...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
818 views
1 answer
    I am using a 3rd party software to generate an XML-file. This software allows to use a post-processor in form ... /65898634/split-one-out-file-into-multiple-xmls-after-n-elements...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I have an XML where I want to group some of the items: <Topic id="2807" variant="noVariant" versionorder=" ... /group-adjacent-groups-all-items-instead-of-just-the-adjacent-ones...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am using xsl:evaluate to get the value an XPath points to. Example code: <xsl:variable name="input ... .com/questions/65926515/dealing-with-empty-sequence-returned-by-xslevaluate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I am running an XSL transform to change some DITA XML. The first part of the code finds a matching ... -xsl-transform-mutltiple-time-results-in-xmllang-attribute-replaced-with...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    @Yitzhak. Thank you so much for the answers. I'd like to update my full XSLT file and I hope you can continue ... 65930865/how-to-remove-a-xml-node-using-condition-based-on-element...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
789 views
1 answer
    How would I create a collapsed xml structure from of an inconsistent list of xpaths? xslt 3.0 / 2.0 is preferred. Input ... xml-node-from-either-a-list-of-xpaths-or-how-to-merge-in...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    I am working with the below XML structure and want to update all the TaskCode & TASK nodes with value as "I" ... -empty-nodes-based-on-header-level-condition-in-multi-level-xml...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    For SAP PO I want to suppress creating xml output when one of my nodes has a certain value. I' ... .com/questions/65651974/conditionally-creating-empty-file-output-with-xsl...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
811 views
1 answer
    if I have a text node with a trailing full stop (or period in US english) what expression can I use to strip ... /66046708/how-can-i-strip-trailing-full-stop-period-from-text-nodes...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
667 views
1 answer
    I would like to select only the Code & Naam node from all the OrganisatieEenheid nodes inside the xml below. ... questions/66062213/how-to-select-only-specific-nodes-from-xml-file...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    I would like to select only the Code & Naam node from all the OrganisatieEenheid nodes inside the xml below. ... questions/66062213/how-to-select-only-specific-nodes-from-xml-file...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
783 views
1 answer
    In the example below we are trying to convert XML data into an HTML <table>: INPUT XML: <?xml version= ... :https://stackoverflow.com/questions/65889989/convert-xml-text-into-table...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    How would I create a collapsed xml structure from of an inconsistent list of xpaths? xslt 3.0 / 2.0 is preferred. Input ... <totalrevenue/> </district> </city> </country> </xml>...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    Here is a XML snippet: <div class="headingZoom"> <xsl:text>Congregation Meeting Schedule for </xsl:text> <xsl:value-of ... have both in teh relevant nodes, just one or the other....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    Here is a XML snippet: <div class="headingZoom"> <xsl:text>Congregation Meeting Schedule for </xsl:text> <xsl:value-of ... have both in teh relevant nodes, just one or the other....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
985 views
1 answer
    While using negative values for padding top in xsl fo-block, the block padding is adjusted but there is a space ... content goes to next page. Please help to resolve this issue...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
887 views
1 answer
    I have a topic, which only contains some metadata (childs of prolog and some custom elements too) of the ... Bookmap spec.; XSL FO based transformations; Thanks in advance!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have below xsl created Address1.xsl <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0"> <xsl: ... </xsl:copy> </xsl:variable> </xsl:template> </xsl:stylesheet>...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have below xsl created Address1.xsl <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0"> <xsl: ... </xsl:copy> </xsl:variable> </xsl:template> </xsl:stylesheet>...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...