exslt Questions
2
I have had EXSLT's core date functions working well in some XSL templates I've been using for years. I'd like to start using a new one: seconds. This function is not one of the "core" functions and...
3
Solved
$collection->update(array("_id"=>new MongoId($uid), "phonenumber"=> $exist => array(FALSE),$set("phone"=>"1223444"));
I would like to know why my $exist query is not working with P...
1
Has anyone got Regexp working in libxslt? When yes, how?
http://www.exslt.org/regexp/index.html
When using the command xsltproc --dumpextensions with the latest libxslt I'm not getting any Regexp...
2
Solved
I want to assign multiple variables depending on one condition environment. I know how to do that for only one variable:
<xsl:variable name="foo">
<xsl:choose>
<xsl:when test="$so...
1
Solved
Apart from rewriting a lot of XSLT code (which I'm not going to do), is there a way to find the position of an element within its parent, when the context is arbitrarily set to something else? Here...
1
Solved
What's the difference between exclude-result-prefixes and extension-element-prefix? Both are used in the header of XSLTs. I've found extension-element-prefix while using EXSLT and the EXSLT website...
Aftergrowth asked 13/7, 2011 at 11:22
3
Solved
I have a bunch of XSLT files that I need to process against some XML files. I cannot change the XSLT files as they come from a 3rd party. The XSLT's are version 2.0.
I'm on Mac OS X 10.6 and it l...
1
Solved
I have the following PHP code, but it's not working. I don't see any errors, but maybe I'm just blind. I'm running this on PHP 5.3.1.
<?php
$xsl_string = <<<HEREDOC
<?xml version="1...
3
Solved
I want yo use the EXSLT - DYN:EVALUATE in a style sheet. I have added the names pace but I don't know where the .xsl file I need to import is. I don't believe I have XALAN installed to point the im...
Jealousy asked 23/10, 2008 at 16:27
1
© 2022 - 2024 — McMap. All rights reserved.