June 20th, 2007
msquared (Administrator)
|
Distinguish between empty string and no children, in XPath 2?
"Arndt Jonasson" <arndt.jonasson@gmail.comwrote in message
news:3d8ef72b-e938-482d-9c1c-43583584331a@z66g2000hsc.googlegroups.com...
This is... more »
|
|
restrict tag names to a pattern?
1 Reply |
Posted by: zmunkz
| Last post by Martin Honnen, 4 days ago
zmunkz wrote:
No, that is not possible with the W3C XML schema language.
--
Martin Honnen
http://JavaScript.FAQTs.com/ more »
|
|
XSLT Processor in PHP5
Roberto wrote:
No, I don't think so. PHP 5 uses libxslt which is implemented in C and
not in Java. See http://xmlsoft.org/XSLT/... more »
|
|
XSD: How to nest elements and text
Michael wrote:
See the mixed contents example in
http://www.w3.org/TR/xmlschema-0/#mixedContent
--
Martin Honnen
http://JavaScript.FAQTs.com/ more »
|
|
Seek in huge xml-files
We successfully completed the application.
javax.xml.stream.Location offers a method getCharacterOffset() which
does exactly what we needed.
This... more »
|
|
XInclude Problem
Greetings all,
I have a problem in that I have a series of xml documents as follows:-
<rubbishtags>
<mcs:document>
--- xml code here... more »
|
|
XML W3C Schema, check excistence of attribute depending on otherattributes
1 Reply |
Posted by: RolfK
| Last post by Martin Honnen, 9 days ago
RolfK wrote:
I don't think such restrictions can be modelled with the W3C XML schema
language.
--
Martin Honnen
http://JavaScript.FAQTs.com/ more »
|
|
HTTP links in xml file being displayed in XSLT
requeth@gmail.com wrote:
Use an attribute value template
<a href="{classlink}">
<xsl:value-of select="classname"/>
</a>
-- more »
|
|
Representing duplicated data in XML
On Aug 28, 5:04 pm, Troy Cauble <t...@alcatel-lucent.comwrote:
Thanks very much for your help. Is this what you had in mind?
<actiondefs>
<action... more »
|
|
XML Software Text
|
XSLT transformation tool working with id() function and XSD?
1 Reply |
Posted by: Michael
| Last post by Martin Honnen, 10 days ago
Michael wrote:
As for confirming the problem, you would better ask in a support forum
or mailing list or newsgroup for that particular product you... more »
|
|
[ann] RefleX 0.3.2 is out
RefleX 0.3.2 is out !
http://reflex.gforge.inria.fr/
"Schema mashups" are now available: if you want to boost your XML
schema, you should experiment... more »
|
|
Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!
8 Replies |
Posted by: Greg C.
| Last post by usenet@tech-know-ware.com, 18 days ago
On 11 Aug, 17:02, "Greg C." <greg...@gmail.comwrote:
FWIW I've often commented out HTML tags using something like <xBR>.
The x obviously turns it... more »
|
|
Expat and nested elements
On Aug 19, 11:29 am, Bjoern Hoehrmann <bjo...@hoehrmann.dewrote:
The only examples I found using expat are extremely simple. Do you
have a link in... more »
|
|
"//form[...]//input | //form[...]//select" or can I combine them?
yawnmoth wrote:
With XPath 2.0 you can use
//form//(input | select//option)
--
Martin Honnen
http://JavaScript.FAQTs.com/ more »
|
|
selecting tags by one of two attributes via xpath?
Martin Honnen wrote:
Yup - want it to behave like <a name="..."or <a id="...">. For
either of those, page.html#... goes to the same thing. Not... more »
|
|
XSL, XSLT frustration
Peter Flynn wrote:
Thanks Peter. Yes, I thought of this about five minutes after sending
my response. I realised that I include a stylesheet PI... more »
|
|
XSLT - Sub-grouping in mixed nodes
4 Replies |
Posted by: MRe
| Last post by Dimitre Novatchev, 23 days ago
I will offer this solution, which uses just a key and the identity rule:
<xsl:stylesheet... more »
|
|
instance from schema
2 Replies |
Posted by: Peter
| Last post by Bjoern Hoehrmann, 23 days ago
* Peter wrote in comp.text.xml:
It's one of the downloads at https://msv.dev.java.net/
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de ·... more »
|
|
Java, validate XML with XSD, XML not containing "xmlns:xsi=..."
Johannes Koch schrieb:
In this case I'd transform into a DOMResult and then pass the resulting
node to the schema validation.
--
Johannes Koch
In... more »
|
|
XML Canonicalization error
Hello,
I need to canonize a XML Element of a digital signature element to
calculate his hash value.
For example:
The correct digest of canonized... more »
|
|
what's so wrong with my code?? Just trying to save a single node outof a SOAP Envelope
Thanks a lot Joe!!
I'll figuring things out. Wanna get your book on XML here in
Argentina. They have it listed. Though delivery will take some... more »
|
|
Questions about character entities in XML and PCI security compliance
On Fri, 08 Aug 2008 23:49:24 +0100, Peter Flynn
<peter.nosp@m.silmaril.iewrote:
The ecommerce provider is actually very knowledgeable as far as XML... more »
|
|
Problem with DTD declaration
In article <489b03c8$0$11736$9b4e6d93@newsspool1.arcor-online.net>,
Martin Honnen <Martin.Honnen@gmx.dewrote:
Didn't there use to be a problem... more »
|
|
SOAP Client working but need some more functionality
<monsalvo@gmail.comwrote in message
news:6595b4b6-861b-4dd4-92ca-1cc80b0b64a3@m73g2000hsh.googlegroups.com...
You can either use selectSingleNode... more »
|
|