Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xml-dev] text to xml conversion

From: "Michael Kay" <mike@--------.--->
To: <ycao5@---.--------.-->, <xml-dev@-----.---.--->
Date: 6/1/2009 8:07:00 PM
> 
>      I want to ask one question about covering text to xml 
> file. Is there any way to attach a schema to a text document 
> and parse it into xml according the rules defined in the 
> schema? Can I find such kind a tool, otherwise I plan to 
> write one myself. Please give me some references. Thanks.
> 

You can use a compiler-compiler such as JavaCC or Yacc to define the grammar
for the text file, and to generate a parser in the appropriate language; by
defining appropriate events for the parser you can then cause the output to
be XML.

However, most text files containing data have a syntax that can be described
using regular expressions, and if this is this case it's probably more
convenient to use the XSLT 2.0 functions unparsed-text() and
analyze-string() to read and parse the text.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 


_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent