<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.text.xml</id>
  <title type="text">comp.text.xml Google Group</title>
  <subtitle type="text">
  The Extensible Markup Language (XML).
  </subtitle>
  <link href="/group/comp.text.xml/feed/atom_v1_0_msgs.xml" rel="self" title="comp.text.xml feed"/>
  <updated>2008-09-07T04:48:41Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Dimitre Novatchev</name>
  <email>dnovatc...@cnntp.org</email>
  </author>
  <updated>2008-09-07T04:48:41Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/4ea1470f64c28891?show_docid=4ea1470f64c28891</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/4ea1470f64c28891?show_docid=4ea1470f64c28891"/>
  <title type="text">Re: Distinguish between empty string and no children, in XPath 2?</title>
  <summary type="html" xml:space="preserve">
  This is possible in XPath 2.0 if the schema has separate types for all cases &lt;br&gt; of element that must not have children-elements. &lt;br&gt; Then one can use the so called ElementTest, which is defined in the &lt;br&gt; following way: &lt;br&gt; ElementTest ::= &amp;quot;element&amp;quot; &amp;quot;(&amp;quot; (ElementNameOrWildcard (&amp;quot;,&amp;quot; &lt;br&gt; TypeName &amp;quot;?&amp;quot;?)?)? &amp;quot;)&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Flynn</name>
  <email>peter.n...@m.silmaril.ie</email>
  </author>
  <updated>2008-09-06T14:16:11Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdb973072267eb09/6a9cd81b06aee35e?show_docid=6a9cd81b06aee35e</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdb973072267eb09/6a9cd81b06aee35e?show_docid=6a9cd81b06aee35e"/>
  <title type="text">Re: Representing duplicated data in XML</title>
  <summary type="html" xml:space="preserve">
  Sadly, SGML&#39;s CONREF (Content Reference) attribute type, which was &lt;br&gt; (among other things) for this exact type of situation, never made it &lt;br&gt; into XML. &lt;br&gt; ///Peter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arndt Jonasson</name>
  <email>arndt.jonas...@gmail.com</email>
  </author>
  <updated>2008-09-05T12:21:21Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/eb20f1575806966d?show_docid=eb20f1575806966d</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/eb20f1575806966d?show_docid=eb20f1575806966d"/>
  <title type="text">Re: Distinguish between empty string and no children, in XPath 2?</title>
  <summary type="html" xml:space="preserve">
  Yes, I mistakenly left out the word &amp;quot;element&amp;quot;. &lt;br&gt; Thanks, I&#39;ll try there.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-09-05T12:00:44Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/51f0fc50d428ae2c?show_docid=51f0fc50d428ae2c</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/51f0fc50d428ae2c?show_docid=51f0fc50d428ae2c"/>
  <title type="text">Re: Distinguish between empty string and no children, in XPath 2?</title>
  <summary type="html" xml:space="preserve">
  Even in the XSLT 2.0 data model the txt element has a child node, it is &lt;br&gt; a text child node. So your description of saying does not have &amp;quot;children &lt;br&gt; in the schema&amp;quot; is not very precise. Are you looking for elements which &lt;br&gt; have a simple type in the meaning of the W3C schema language, meaning &lt;br&gt; they have no child _elements_ and no attributes? I am not sure whether
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arndt Jonasson</name>
  <email>arndt.jonas...@gmail.com</email>
  </author>
  <updated>2008-09-05T11:30:44Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/1f2a6998d9799def?show_docid=1f2a6998d9799def</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/66fe760a4b682d06/1f2a6998d9799def?show_docid=1f2a6998d9799def"/>
  <title type="text">Distinguish between empty string and no children, in XPath 2?</title>
  <summary type="html" xml:space="preserve">
  Let&#39;s say we have a schema (maybe expressed in XML Schema, but not &lt;br&gt; necessarily so), that allows this instance document: &lt;br&gt; &amp;lt;top&amp;gt; &lt;br&gt; &amp;lt;txt&amp;gt;This is text&amp;lt;/txt&amp;gt; &lt;br&gt; &amp;lt;books&amp;gt; &lt;br&gt; &amp;lt;book&amp;gt;Tarzan&amp;lt;/book&amp;gt; &lt;br&gt; &amp;lt;book&amp;gt;Harry Potter&amp;lt;/book&amp;gt; &lt;br&gt; &amp;lt;/books&amp;gt; &lt;br&gt; &amp;lt;/top&amp;gt; &lt;br&gt; The text /top/txt may be empty, and the element /top/books may have no
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-09-04T15:47:47Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdae891ee0e765cd/e67c31d702bd5ec6?show_docid=e67c31d702bd5ec6</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdae891ee0e765cd/e67c31d702bd5ec6?show_docid=e67c31d702bd5ec6"/>
  <title type="text">Re: restrict tag names to a pattern?</title>
  <summary type="html" xml:space="preserve">
  No, that is not possible with the W3C XML schema language.
  </summary>
  </entry>
  <entry>
  <author>
  <name>zmunkz</name>
  <email>zmu...@gmail.com</email>
  </author>
  <updated>2008-09-04T15:06:48Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdae891ee0e765cd/68a13894ad651358?show_docid=68a13894ad651358</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/fdae891ee0e765cd/68a13894ad651358?show_docid=68a13894ad651358"/>
  <title type="text">restrict tag names to a pattern?</title>
  <summary type="html" xml:space="preserve">
  Does anyone know if an XSD can define tags that match a pattern? I &lt;br&gt; know I can setup restrictions on the values of a tag, but I want to &lt;br&gt; control the tag names themselves. For example, I would like this to &lt;br&gt; validate against my XSD (the child tags are required to start with &lt;br&gt; &amp;quot;var-&amp;quot; but can end in anything):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-09-04T10:40:47Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/6becfda44ca6eb94?show_docid=6becfda44ca6eb94</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/6becfda44ca6eb94?show_docid=6becfda44ca6eb94"/>
  <title type="text">Re: XSD: How to nest elements and text</title>
  <summary type="html" xml:space="preserve">
  See the mixed contents example in &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.w3.org/TR/xmlschema-0/#mixedContent&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-09-04T10:39:15Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/78e9aae82cabe4fa/9f73db6265988989?show_docid=9f73db6265988989</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/78e9aae82cabe4fa/9f73db6265988989?show_docid=9f73db6265988989"/>
  <title type="text">Re: XSLT Processor in PHP5</title>
  <summary type="html" xml:space="preserve">
  No, I don&#39;t think so. PHP 5 uses libxslt which is implemented in C and &lt;br&gt; not in Java. See &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://xmlsoft.org/XSLT/&quot;&gt;[link]&lt;/a&gt; and &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.php.net/manual/en/book.xsl.php&quot;&gt;[link]&lt;/a&gt; and in particular &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.php.net/manual/en/xsltprocessor.registerphpfunctions.php&quot;&gt;[link]&lt;/a&gt; as &lt;br&gt; that explains how to use PHP to write functions to be used in your XSLT
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roberto</name>
  <email>pi...@pluto.it</email>
  </author>
  <updated>2008-09-04T06:11:34Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/78e9aae82cabe4fa/49f0f43dd7fa505a?show_docid=49f0f43dd7fa505a</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/78e9aae82cabe4fa/49f0f43dd7fa505a?show_docid=49f0f43dd7fa505a"/>
  <title type="text">XSLT Processor in PHP5</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I hope this newsgroup is good for my question... &lt;br&gt; I usually perform xsl transformations using the Saxon processor. &lt;br&gt; I also usually call, into my xsl files, external java functions. &lt;br&gt; Now, I would like use the xslt processor provided by php5. &lt;br&gt; Do you know if the php processor support external java functions?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bogomir Engel</name>
  <email>bogo...@grafidelity.de</email>
  </author>
  <updated>2008-09-03T18:51:09Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/1cace7c17248fe36/9a586b97708beb1a?show_docid=9a586b97708beb1a</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/1cace7c17248fe36/9a586b97708beb1a?show_docid=9a586b97708beb1a"/>
  <title type="text">Re: Seek in huge xml-files</title>
  <summary type="html" xml:space="preserve">
  We successfully completed the application. &lt;br&gt; javax.xml.stream.Location offers a method getCharacterOffset() which &lt;br&gt; does exactly what we needed. &lt;br&gt; This article was quite helpful: &lt;br&gt; Parsing XML documents partially with StAX &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ibm.com/developerworks/xml/library/x-tipstx2/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; StAX is a very useful tool, when you don&#39;t have the memory to do it with
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-09-03T12:25:51Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/0260acd660aa0750?show_docid=0260acd660aa0750</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/0260acd660aa0750?show_docid=0260acd660aa0750"/>
  <title type="text">Re: XSD: How to nest elements and text</title>
  <summary type="html" xml:space="preserve">
  See the mixed contents example in &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.w3.org/TR/xmlschema-0/#mixedContent&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael</name>
  <email>mbe...@home.invalid</email>
  </author>
  <updated>2008-09-03T11:27:28Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/3695dee7aa3ee256?show_docid=3695dee7aa3ee256</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/9be74f2dd62a1e27/3695dee7aa3ee256?show_docid=3695dee7aa3ee256"/>
  <title type="text">XSD: How to nest elements and text</title>
  <summary type="html" xml:space="preserve">
  I&#39;d like to define a paragraph element p in XSD which contains text &lt;br&gt; (xs:string) and formatting elements i and b (italic and bold). A valid p &lt;br&gt; element could look like this: &lt;br&gt; &amp;lt;p&amp;gt;This is &amp;lt;b&amp;gt;bold&amp;lt;/b&amp;gt; and this &amp;lt;i&amp;gt;italic&amp;lt;/i&amp;gt;.&amp;lt;/p&amp;gt; &lt;br&gt; I&#39;d use something like this: &lt;br&gt; &amp;lt;xs:complexType name=&amp;quot;p&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;xs:sequence minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>stuart.kerri...@gmail.com</email>
  </author>
  <updated>2008-09-02T14:28:56Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/b3b7c84a55a16f24/0ad780ed5f2c7081?show_docid=0ad780ed5f2c7081</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/b3b7c84a55a16f24/0ad780ed5f2c7081?show_docid=0ad780ed5f2c7081"/>
  <title type="text">XInclude Problem</title>
  <summary type="html" xml:space="preserve">
  Greetings all, &lt;br&gt; I have a problem in that I have a series of xml documents as follows:- &lt;br&gt; &amp;lt;rubbishtags&amp;gt; &lt;br&gt; &amp;lt;mcs:document&amp;gt; &lt;br&gt; --- xml code here ---- &lt;br&gt; &amp;lt;/mcs:document&amp;gt; &lt;br&gt; I would like to use a seperate xml file to include the xml documents &lt;br&gt; (minus the rubbish tags as they mess up my formatting) and have been &lt;br&gt; experimenting with a page containing code as follows:-
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Honnen</name>
  <email>mahotr...@yahoo.de</email>
  </author>
  <updated>2008-08-30T11:26:11Z</updated>
  <id>http://groups.google.com/group/comp.text.xml/browse_thread/thread/06544569602d2a02/c2eb96e7db1c33b7?show_docid=c2eb96e7db1c33b7</id>
  <link href="http://groups.google.com/group/comp.text.xml/browse_thread/thread/06544569602d2a02/c2eb96e7db1c33b7?show_docid=c2eb96e7db1c33b7"/>
  <title type="text">Re: XML W3C Schema, check excistence of attribute depending on other attributes</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t think such restrictions can be modelled with the W3C XML schema &lt;br&gt; language.
  </summary>
  </entry>
</feed>
