Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged xslt
0
votes
950
views
1
answer
xslt - Why do indexes in XPath start with 1 and not 0?
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)
xslt
0
votes
1.3k
views
1
answer
xslt 1.0 string replace function
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)
xslt
0
votes
820
views
1
answer
xslt - How to save newlines in XML attribute?
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)
xslt
0
votes
930
views
1
answer
xslt - What are the differences between 'call-template' and 'apply-templates' in XSL?
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)
xslt
0
votes
837
views
1
answer
xslt - count of duplicate xml nodes
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)
xslt
0
votes
1.1k
views
1
answer
xslt 1.0 - xsl:sort: sorting double digit by numeric value
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)
xslt
0
votes
830
views
1
answer
xslt 1.0 - Using XSLT1 how can I simply assign an incrementing value beginning with 1?
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)
xslt
0
votes
907
views
1
answer
xslt - Convert XML text into table
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)
xslt
0
votes
816
views
1
answer
xslt 1.0 - How can I embed a xsl:value-of result into a CDATA block?
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)
xslt
0
votes
874
views
1
answer
xslt - Split one out-file into multiple xmls after n elements
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)
xslt
0
votes
853
views
1
answer
xslt 2.0 - Group-adjacent groups all items instead of just the adjacent ones
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)
xslt
0
votes
1.1k
views
1
answer
xslt - Dealing with empty sequence returned by xsl:evaluate
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)
xslt
0
votes
780
views
1
answer
xslt - running xsl transform mutltiple time results in xml:lang attribute replaced with lang attribute
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)
xslt
0
votes
1.2k
views
1
answer
xslt - How to remove a xml node using condition based on element
@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)
xslt
0
votes
841
views
1
answer
xslt - How to create a merged xml node from either a list of xpaths (OR how to merge individual inconsistent nodes)
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)
xslt
0
votes
721
views
1
answer
xslt - Populating empty nodes based on header level condition in Multi-Level xml
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)
xslt
0
votes
834
views
1
answer
xslt - Conditionally creating empty file /output with xsl
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)
xslt
0
votes
859
views
1
answer
xslt - How can I strip trailing full stop (period) from text nodes
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)
xslt
0
votes
708
views
1
answer
xslt - How to select only specific nodes from xml file
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)
xslt
0
votes
731
views
1
answer
xslt - How to select only specific nodes from xml file
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)
xslt
0
votes
828
views
1
answer
xslt - Convert XML text into table
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)
xslt
0
votes
840
views
1
answer
xslt - How to create a merged xml node from either a list of xpaths (OR how to merge individual inconsistent nodes)
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)
xslt
0
votes
818
views
1
answer
xslt - Conditionally displaying data from XML using XSLT1?
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)
xslt
0
votes
890
views
1
answer
xslt - Conditionally displaying data from XML using XSLT1?
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)
xslt
0
votes
1.0k
views
1
answer
xslt - fo-block padding with negative value create issue
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)
xslt
0
votes
932
views
1
answer
xslt - Hide a topic from PDF output at xsl level
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)
xslt
0
votes
1.1k
views
1
answer
xslt - How we import the value in one xsl into another xsl in XSLT1.0
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)
xslt
0
votes
1.1k
views
1
answer
xslt - How we import the value in one xsl into another xsl in XSLT1.0
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)
xslt
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
Just Browsing Browsing
[1] laravel 分组后如何限制bookCode的数量为6条?
[2] google chrome - List local storage from all domains in browser?
[3] 关于BeautifulSoup的find方法查找中文的问题
[4] 使用 gradle 打包 jar 包时,貌似如果依赖的 jar 包过多,执行 jar 包时就会报找不到或无法加载主类怎么办?
[5] 详情页网络请求
[6] 慕课网技术实现
[7] idea写javascript的显示问题
[8] javascript - VueDraggable send request to DB while drag and drop
[9] keyboard - Are there UTF-8 respectively unicodes for dead keys?
[10] typescript泛型类怎么根据泛型参数来禁止某些方法的调用?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...