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
959
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
828
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
938
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
846
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
839
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
917
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
826
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
882
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
861
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
788
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
850
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
729
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
844
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
869
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
718
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
738
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
838
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
849
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
826
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
899
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
943
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] React中使用ant 通过ref调用子组件的from表单的onFinish方法 返回值为undefined
[2] javascript - Set regex for only 2 decimal numbers + dot + comma with jquery validator plugin
[3] 为什么echarts x轴最后一个参数是加粗的呢??怎样去掉加粗呢?
[4] Java multidimensional arrays - How to refer to the length of different dimensions
[5] javascript - Populate SELECT options with Ajax and Django
[6] H5和小程序对应的视频预加载方式?
[7] spring boot - How is customize keycloak server for permission based authorization?
[8] firebase authentication - Sign in with google is not working in android release version
[9] javascript - Nodejs loopback TCP latency 1-2ms?
[10] Fortran: Reading and printing 2D array from text file
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
广告位招租
...