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
475 views
1 answer
    I've got an XSL template that outputs text as opposed to XML. In this text, I need to include ASCII character ... either. Is there a way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    Updated I have some huge data, which becomes a large table say table parent each table parent's row will correspond to ... , _ORS3 and so on... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
373 views
1 answer
    I'm trying to sort and canonicalize some XML documents. The desired end result is that: every element's ... will be in alphabetical order? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
452 views
1 answer
    I'm trying to canonicalize the representation of some XML data by sorting each element's attributes by name (not ... least not a common example. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    I was wondering how this predicate([1]), is hardcoded as 1 always in the muenchian grouping. The concept ... .com/xslt/grouping/muenchian.html See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    I'm trying to capture xsl:message in java when calling my transform. Below is a snippet of my code. final ... better way? Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
445 views
1 answer
    New guy here so bear with me. Ive got a basic XSL file that will read my xml data. Im trying to put xml ... in an eay way?? Thanks GabrielVA See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
472 views
1 answer
    I want to use XSL to remove some elements from a tree. Suppose I have the following XML tree: <?xml version=" ... How would I proceed with XSL ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    I need to test whether an attibute value starts with a letter. If it doesn't I'll prefix it with "ID_" so ... XSLT 1.0. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
399 views
1 answer
    Say I have the following XML... <root> <base> <tent key="1" color="red"/> <tent key="2" color="yellow"/ ... "bucket" contains "red" and "blue"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I am trying to find a reusable way of taking a CSV file and generating an XML file from it that conforms to ... based on this question? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    Answering another thread (see stackoverflow: generate css color schemes) I bumped into the issue below, where different ... -com:xslt:node-set' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
532 views
1 answer
    I have an XPath query which is doing what I want, namely selecting a union of 'surname' & 'given-names' ... to be written twice? Thanks Richard See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
367 views
1 answer
    I wonder if and how it is possible to register a PHP userspace function with the XSLT processor that is able not ... not make much sense to me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I have an XPath query which is doing what I want, namely selecting a union of 'surname' & 'given-names' ... to be written twice? Thanks Richard See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
310 views
1 answer
    I wonder if and how it is possible to register a PHP userspace function with the XSLT processor that is able not ... not make much sense to me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
551 views
1 answer
    I need to merge two similar xml files, but only records which match on common tags, e.g.<type> in the following ... this, in xsl? Many thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I want to know if it's possible for an XSLT file to read data from an XML located within folders of a ... me into XSLThood. Thank you kindly See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    (I'm posting this self-answered question because the typically offered solution to this issue is needlessly verbose ... here: input, output. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
376 views
1 answer
    I want to transform processing instructions in a source xml to some tag in an output Input <?xml version="1.0" ... this is a bit not my case See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    I use Xalan in my application, but need to use Saxon with a reference implementation to generate test output to ... , with the same result. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I have to create an XSL variable with a choose in it. Like the following: <xsl:variable name=" ... those whitespace and line breaks? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    I have quite a large XSL document for an assignment that does a number of things. It is nearly complete but ... am very inexperienced at XSLT. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
411 views
1 answer
    I've found a lot of examples that reference Java and C for this, but how do I, or can I, check for the ... , thanks in advance for any help. LO See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
419 views
1 answer
    I converted my company's calendar to XSL and changed all the tables to divs. It worked pretty well, but I had a ... maybe a union of the two. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I have a specific problem. I have to transform an XML structure to other, where the base XSD is same, different ... any idea? Thank you! Feri See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I have something like this: <node TEXT=" txt A "/> <node TEXT=" txt X "/> <node> <html> <p> txt ... to the output are the <node>-tags. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
366 views
1 answer
    I don't know if it's possible, but I'm wondering how to do it... Let's say we have the following XSL ... name="$templateName"/> </xsl:template> See Question&Answers more detail:os...
asked Oct 24, 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

...