Questions tagged [infoset]

This tag is NOT related to "InfoSet" from SAP Query. Use [sap-query] instead which includes its own concept of InfoSets.

4 questions
19
votes
9 answers

What is an XML infoset and in what ways is it different to an XML document?

I've tried to read http://www.w3.org/TR/xml-infoset/ and the wikipedia entry. But frankly I'm still not sure what the difference is. The quote : An XML document has an information set if it is well-formed and satisfies the namespace…
Preet Sangha
  • 64,563
  • 18
  • 145
  • 216
2
votes
2 answers

Is there a "Fast Infoset" XML compression library for Delphi?

I would like to support Fast Infoset in some enterprise applications to reduce network traffic for XML and SOAP exchanges. As documented on Wikipedia, there are Fast Infoset implementations for C# and Java. According to OSS Fast Infoset Tools,…
mjn
  • 36,362
  • 28
  • 176
  • 378
0
votes
1 answer

orchard userPart is cached?

I've been trying out Orchard and so far it seems to be awesome but there is one thing bugging me that i cant seem to figure out. Im implementing something that affects the UserPart object but when i update something directly into the database and i…
blaataap
  • 219
  • 2
  • 12
0
votes
2 answers

XPath expression

This question regards XPath expressions. I want to find the average of the length of all URLs in a Web page, that point to a .pdf file. So far I have constructed the following expression, but it does not…